Updated Makefile to support installation... hopefully!

This commit is contained in:
Xnoe 2020-07-09 20:44:41 +01:00 committed by Elsie
parent 139bbe7a1a
commit ef6aab2771

View File

@ -1,2 +1,5 @@
templ: templ:
g++ -std=c++17 -o testfiles/templ main.cpp g++ -std=c++17 -o templ main.cpp
install:
mv templ $(DESTDIR)/usr/bin/templ