]> git.zerfleddert.de Git - rsbs2/blobdiff - Makefile
update .gitignore (forgot it after last renaming...)
[rsbs2] / Makefile
index 6b43a5f33709ac03e187f5421a439bc663cc0847..15de0a81175bb62e7a10b817181c0375f9bb3b8a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,13 +2,17 @@ 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