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