Windows makefile fix

This commit is contained in:
p.kosyh 2009-11-16 17:36:42 +00:00
parent e0e5175a03
commit 3f0f300422

View file

@ -5,7 +5,7 @@ all: config.make
$(MAKE) -C themes -f Makefile.windows all
config.make:
echo > config.make
echo # you can define own flags here > config.make
clean:
$(MAKE) -C src\sdl-instead clean