Sadly... it didn't work the first time

This commit is contained in:
Xnoe 2020-07-09 20:47:49 +01:00 committed by Elsie
parent ef6aab2771
commit 7224dd8010

View File

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