Skip to content

Commit b4b389a

Browse files
authored
Add files via upload
1 parent cf96c08 commit b4b389a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
risingCity: main.o
2+
g++ main.o -o risingCity
3+
4+
main.o: main.cpp
5+
g++ -c main.cpp
6+
7+
target: dependencies
8+
action

0 commit comments

Comments
 (0)