]> git.zerfleddert.de Git - rsbs2/blob - Makefile
add something like the agilent crc implementation
[rsbs2] / Makefile
1 CFLAGS=-Wall
2
3 all: firmware
4
5 firmware: firmware.o rsb-crc.o
6
7 firmware.o: firmware.c rsb-crc.h
8
9 rsb-crc.o: rsb-crc.c rsb-crc.h
10
11 clean:
12 rm -f firmware firmware.o rsb-crc.o
13
14 .PHONY: all clean
Impressum, Datenschutz