1
0
Bifurcation 0
school/cs142/lab00/Makefile

7 lignes
75 B
Makefile
Brut Vue normale Historique

2016-04-06 20:45:34 -07:00
CPPFLAGS=-Wall -g -std=c++0x
all: hello_world
clean:
rm -rv hello_world