7 lines
75 B
Makefile
7 lines
75 B
Makefile
CPPFLAGS=-Wall -g -std=c++0x
|
|
|
|
all: hello_world
|
|
|
|
clean:
|
|
rm -rv hello_world
|