diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-03-25 23:18:27 +0100 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-03-25 23:18:27 +0100 |
commit | d229f9911cb999bf6a7d37aeef4421792c40313e (patch) | |
tree | f706ed0c897a1bfbdc397367a26914adaab7cfc2 /Makefile | |
parent | 5d216ed098187b4632d801e3eafcbe919c956162 (diff) | |
parent | ed21034c7bd21cf93481ad7ea64a1d1ad77e1305 (diff) | |
download | nyancat-d229f9911cb999bf6a7d37aeef4421792c40313e.tar.gz |
Merge branch 'master' of git://github.com/klange/nyancat
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 |