6 lines
86 B
Makefile
6 lines
86 B
Makefile
templ:
|
|
g++ -std=c++17 -o templ main.cpp
|
|
|
|
install:
|
|
mv templ $(DESTDIR)/usr/bin/templ
|