3 lines
49 B
Makefile
3 lines
49 B
Makefile
|
|
all: g++ test.cpp -o test.out
|
||
|
|
clean: rm test.out
|