matelight/host/Makefile
jaseg 4c84439c10 Added some gif rendering skeleton
Amazingly, text rendering seems to still work.
2014-01-04 23:34:26 +01:00

6 lines
157 B
Makefile

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
clean:
rm matelight