1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
--- Makefile.orig 2017-11-25 09:25:52 UTC +++ Makefile @@ -1,4 +1,5 @@ + CFLAGS=-Wall PROGS=boot-extract @@ -10,3 +11,7 @@ clean: rm -f *.o rm -f $(PROGS) +install: boot-extract + +.PHONY: all clean install +