3 lines
63 B
Makefile
3 lines
63 B
Makefile
|
a.out: main.cpp
|
||
|
clang++ main.cpp Player.cpp Enemy.cpp -g -O0
|