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

A movable Mario on a background

This commit is contained in:
2013-03-04 03:31:47 -08:00
parent c1ee567335
commit 05e0ae4e60
19 changed files with 108 additions and 239 deletions

View File

@@ -7,4 +7,4 @@ else
endif
all:
g++ -Wall main.cpp core.cpp main.h -o Trololo ${INCLUDES} ${SDL_LIBS}
g++ -Wall main.cpp core.cpp main.h -o mario ${INCLUDES} ${SDL_LIBS}