Updated Makefile to not default to install.

This commit is contained in:
Xnoe 2020-07-10 05:51:59 +01:00 committed by Elsie
parent 656185b113
commit a866bb6388

View File

@ -1,3 +1,6 @@
utf8:
echo
install:
mkdir -p $(DESTDIR)/usr/include/
cp -f utf8.h $(DESTDIR)/usr/include/utf8.h