1
0
UAHCode/CPE212/Project_01/makefile

10 lines
123 B
Makefile
Raw Permalink Normal View History

2022-08-28 21:12:16 +00:00
# Project01 -- Fall 2010 CPE212-01
project01: project01.cpp main.cpp
g++ main.cpp -o project01
clean:
rm project01