diff --git a/Makefile b/Makefile index 266780b..712d337 100644 --- a/Makefile +++ b/Makefile @@ -18,5 +18,4 @@ clean: rm -f *.o writeimg install: writeimg - install -c -s writeimg /usr/local/bin/writeimg - install -m 0755 $(PROG) $(DESTDIR)$(BINDIR)/$(PROG) + install -m 0755 writeimg /usr/local/bin/writeimg