string changes

This commit is contained in:
Christopher Roy Bratusek 2016-08-27 21:18:10 +02:00
parent 4af2bb098f
commit 608fa16c76
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
all:
@echo "nothing to do"
@echo "nothing to do, use 'make install'"
install:
mkdir -p $(DESTDIR)/usr/bin/
@ -28,3 +28,4 @@ uninstall:
fi
clean:
@echo "nothing to"