X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/rsbs2/blobdiff_plain/650ebf3b096355d69644d60d9d8da84d947dd3a4..9eb4b3c68c23622076943399ae2c8d298eb32799:/Makefile diff --git a/Makefile b/Makefile index 6fbd0b7..cac4a66 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,6 @@ rsb-crc.o: rsb-crc.c rsb-crc.h rsb-lz.o: rsb-lz.c rsb-lz.h clean: - rm -f firmware firmware.o rsb-crc.o + rm -f firmware firmware.o rsb-crc.o rsb-lz.o .PHONY: all clean