tiles are not packed again
[enJine.git] / mmshow / Jamrules
blob1c0c18f2e3e6945ba22f63b992cc735a04478610
1 set-profile ;
2 set-default-target-locations ;
3 OPTIM += -Wall ;
6 _SDL_PKG = [ pkg-config sdl ] ;
7 if $(_SDL_PKG) != "tan" {
8   Exit "FATAL: no SDL found" ;
10 Echo "MSG: using SDL" ;