]> git.zerfleddert.de Git - rsbs2/blobdiff - Makefile
add something like the agilent crc implementation
[rsbs2] / Makefile
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..6122eea
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,14 @@
+CFLAGS=-Wall
+
+all: firmware 
+
+firmware: firmware.o rsb-crc.o
+
+firmware.o: firmware.c rsb-crc.h
+
+rsb-crc.o: rsb-crc.c rsb-crc.h
+
+clean:
+       rm -f firmware firmware.o rsb-crc.o
+
+.PHONY: all clean
Impressum, Datenschutz