Dodano Makefile - Peak programming efficiency
This commit is contained in:
8
projekt 1/Makefile
Normal file
8
projekt 1/Makefile
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
build:
|
||||||
|
ccache g++ main.cpp
|
||||||
|
|
||||||
|
run:
|
||||||
|
ccache g++ main.cpp; ./a.out
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -f ./a.out
|
||||||
Reference in New Issue
Block a user