Add install target

This commit is contained in:
Kevin Lange 2012-03-23 17:59:35 -05:00
parent 672b3abae0
commit 98345ae45d
1 changed files with 4 additions and 1 deletions

View File

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