From 7224dd8010c1be1d1ce348545190efc8c5d52af7 Mon Sep 17 00:00:00 2001 From: Xnoe Date: Thu, 9 Jul 2020 20:47:49 +0100 Subject: [PATCH] Sadly... it didn't work the first time --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 84b2561..65ac266 100644 --- a/Makefile +++ b/Makefile @@ -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