libsuperderpy/make

3 lines
236 B
Text
Raw Normal View History

2012-02-15 23:57:06 +01:00
#!/bin/sh
2012-02-19 20:18:28 +01:00
gcc loading.c main.c menu.c about.c intro.c map.c -o superderpy -lallegro -lallegro_audio-debug -lallegro_acodec-debug -lallegro_image-debug -lallegro_font-debug -lallegro_ttf-debug -DDEBUG -std=gnu99 -g -Wall && ./superderpy