Moar related projects

This commit is contained in:
jaseg 2014-02-10 00:52:38 +01:00
parent d3a128e109
commit 7420e9327d
5 changed files with 97 additions and 229 deletions

View file

@ -1,6 +1,6 @@
all: main.c font.c font.h color.c color.h gif.h gif.c
gcc -std=gnu11 -Wall -lm -lgif -o matelight -g -O0 main.c font.c color.c gif.c
gcc -shared -std=gnu11 -Wall -lm -o libbdf.so -g -O0 main.c font.c color.c
clean:
rm matelight
rm libbdf.so