]> git.zerfleddert.de Git - rsbs2/blobdiff - Makefile
update .gitignore (forgot it after last renaming...)
[rsbs2] / Makefile
index 6122eeaa93aa867cbc3fecec714a9c9e44cd33b0..15de0a81175bb62e7a10b817181c0375f9bb3b8a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,14 +1,18 @@
-CFLAGS=-Wall
+CFLAGS=-Wall -O3
 
 all: firmware 
 
-firmware: firmware.o rsb-crc.o
+firmware: firmware.o rsb-crc.o rsb-lz.o filesystem.o
 
-firmware.o: firmware.c rsb-crc.h
+firmware.o: firmware.c rsb-crc.h filesystem.h
 
 rsb-crc.o: rsb-crc.c rsb-crc.h
 
+rsb-lz.o: rsb-lz.c rsb-lz.h
+
+filesystem.o: filesystem.c filesystem.h rsb-lz.h
+
 clean:
-       rm -f firmware firmware.o rsb-crc.o
+       rm -f firmware firmware.o rsb-crc.o rsb-lz.o filesystem.o
 
 .PHONY: all clean
Impressum, Datenschutz