diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |