sbed / Makefile
streaming binary encoder/decoder
git clone http://git.nthia.dev/sbed

all: main.c
	@gcc -O3 -I. -Wall main.c -o sbed

debug: main.c
	@gcc -O3  -I. -Wall main.c -o sbed -g

clean:
	@rm sbed