Updated Makefile to not default to install.

This commit is contained in:
2020-07-10 05:51:59 +01:00
committed by Elsie
parent 656185b113
commit a866bb6388
+3
View File
@@ -1,3 +1,6 @@
utf8:
echo
install: install:
mkdir -p $(DESTDIR)/usr/include/ mkdir -p $(DESTDIR)/usr/include/
cp -f utf8.h $(DESTDIR)/usr/include/utf8.h cp -f utf8.h $(DESTDIR)/usr/include/utf8.h