--- 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
+
