Files
CPP-RPG/Makefile
2021-01-24 14:40:11 -05:00

3 lines
63 B
Makefile

a.out: main.cpp
clang++ main.cpp Player.cpp Enemy.cpp -g -O0