]> git.zerfleddert.de Git - rsbs2/blame - Makefile
the unknown element of the data_in struct is the current working byte
[rsbs2] / Makefile
CommitLineData
6fc57dcd 1CFLAGS=-Wall -O3
972ac24b
MG
2
3all: firmware
4
e8563c43 5firmware: firmware.o rsb-crc.o rsb-lz.o filesystem.o
972ac24b 6
e8563c43 7firmware.o: firmware.c rsb-crc.h filesystem.h
972ac24b
MG
8
9rsb-crc.o: rsb-crc.c rsb-crc.h
10
650ebf3b
MG
11rsb-lz.o: rsb-lz.c rsb-lz.h
12
e8563c43 13filesystem.o: filesystem.c filesystem.h rsb-lz.h
1f1fa7b6 14
972ac24b 15clean:
e8563c43 16 rm -f firmware firmware.o rsb-crc.o rsb-lz.o filesystem.o
972ac24b
MG
17
18.PHONY: all clean
Impressum, Datenschutz