Getting ready for release...

This commit is contained in:
Jeroen Domburg
2014-10-14 21:06:13 +02:00
parent 290fe32e46
commit aef27aaa5b
20 changed files with 149 additions and 776 deletions
+6 -1
View File
@@ -1,5 +1,10 @@
CFLAGS=-I../lib/heatshrink -std=gnu99
OBJS=main.o heatshrink_encoder.o
TARGET=mkespfsimage
mkespfsimage: main.o heatshrink_encoder.o
$(TARGET): $(OBJS)
$(CC) -o $@ $^
clean:
rm -f $(TARGET) $(OBJS)