diff --git a/Makefile b/Makefile index 3e7d1e4..c3e1137 100755 --- a/Makefile +++ b/Makefile @@ -1,13 +1,6 @@ rpiboot: main.c $(CC) -g -o $@ $< -lusb-1.0 -install: rpiboot - cp rpiboot /usr/bin - mkdir -p /usr/share/rpiboot - cp usbbootcode.bin /usr/share/rpiboot - cp msd.elf /usr/share/rpiboot - cp buildroot.elf /usr/share/rpiboot - uninstall: rm -f /usr/bin/rpiboot rm -f /usr/share/rpiboot/usbbootcode.bin @@ -18,4 +11,4 @@ uninstall: clean: rm rpiboot -.PHONY: install uninstall clean +.PHONY: uninstall clean