diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -33,6 +33,6 @@ distcheck: $(distdir).tar.gz  	@echo "*** Package $(distdir).tar.gz is ready for distribution."  install: all -	install src/nyancat /usr/bin/${package} +	install -Dm 0755 src/nyancat $(DESTDIR)/usr/bin/${package}  .PHONY: FORCE all clean check dist distcheck install | 
