Files
game-and-watch-game-engine/Makefile.desktop
Geek_Josytick 07a568ff95 Cleanup
Split up main header file into smaller parts
Fixed Collision math
Updated Input
Removed pausing dead code
2021-01-04 01:15:33 +01:00

5 lines
125 B
Desktop File

C_INCLUDES = \
-ICore/Inc/Engine \
all:
g++ Core/Src/main.cpp -o main -lSDL2 -Wall -O2 -DDESKTOP -DCOMPILING $(C_INCLUDES)