Repair broken install target
This commit is contained in:
parent
377bcb5642
commit
19806ab0b5
1 changed files with 1 additions and 2 deletions
3
Makefile
3
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue