Dodano Makefile - Peak programming efficiency

This commit is contained in:
2023-03-01 14:34:41 +01:00
parent 84b2f6adad
commit 3f0cc847e4

8
projekt 1/Makefile Normal file
View File

@@ -0,0 +1,8 @@
build:
ccache g++ main.cpp
run:
ccache g++ main.cpp; ./a.out
clean:
rm -f ./a.out