Add install target
This commit is contained in:
parent
672b3abae0
commit
98345ae45d
5
Makefile
5
Makefile
@ -32,4 +32,7 @@ distcheck: $(distdir).tar.gz
|
||||
rm -rf $(distdir)
|
||||
@echo "*** Package $(distdir).tar.gz is ready for distribution."
|
||||
|
||||
.PHONY: FORCE all clean check dist distcheck
|
||||
install: all
|
||||
install src/nyancat /usr/bin/${package}
|
||||
|
||||
.PHONY: FORCE all clean check dist distcheck install
|
||||
|
Loading…
Reference in New Issue
Block a user