added more code
This commit is contained in:
9
CPE212/Project_01/makefile
Normal file
9
CPE212/Project_01/makefile
Normal file
@ -0,0 +1,9 @@
|
||||
# Project01 -- Fall 2010 CPE212-01
|
||||
|
||||
project01: project01.cpp main.cpp
|
||||
g++ main.cpp -o project01
|
||||
|
||||
clean:
|
||||
rm project01
|
||||
|
||||
|
Reference in New Issue
Block a user