]> git.zerfleddert.de Git - rsbs2/blame_incremental - Makefile
don't assume that some bytes are the filetype
[rsbs2] / Makefile
... / ...
CommitLineData
1CFLAGS=-Wall -O3
2
3all: firmware
4
5firmware: firmware.o rsb-crc.o rsb-lz.o extract.o
6
7firmware.o: firmware.c rsb-crc.h extract.h
8
9rsb-crc.o: rsb-crc.c rsb-crc.h
10
11rsb-lz.o: rsb-lz.c rsb-lz.h
12
13extract.o: extract.c extract.h rsb-lz.h
14
15clean:
16 rm -f firmware firmware.o rsb-crc.o rsb-lz.o extract.o
17
18.PHONY: all clean
Impressum, Datenschutz