1
0
mirror of https://github.com/krislamo/Trololo synced 2025-09-08 22:09:30 +00:00

Minor housekeeping

This commit is contained in:
2013-01-01 20:32:56 -08:00
parent 895eb5ba37
commit dcbaabb1f8
6 changed files with 26 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
SDL_LIBS=`pkg-config --libs sdl` -lSDL -lSDL_image -lSDL_ttf
INCLUDES=-I/opt/local/include
all:
g++ -Wall -g main.cpp core.cpp main.h -o Trololo ${INCLUDES} ${SDL_LIBS}
g++ -Wall main.cpp core.cpp main.h -o Trololo ${INCLUDES} ${SDL_LIBS}