string changes

This commit is contained in:
Christopher Roy Bratusek 2016-08-27 21:18:10 +02:00
parent 4af2bb098f
commit 608fa16c76

View File

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