steed/config.make
Alexander Yakovlev cfd5efa0d5 I am tired of this and that is all I can do at this time.
Also, happy dday to Peter since two of his color constants were misspelled.
I gonna fix the table the other day, yes.
2009-11-08 13:31:35 +00:00

6 lines
246 B
Makefile

# autamatically generated by configure.sh
LUA_CFLAGS=$(shell pkg-config --cflags lua5.1)
LUA_LFLAGS=$(shell pkg-config --libs lua5.1)
SDL_CFLAGS=$(shell sdl-config --cflags)
SDL_LFLAGS=$(shell sdl-config --libs) -lSDL_ttf -lSDL_mixer -lSDL_image