X-Git-Url: https://git.ucc.asn.au/?p=progcomp2013.git;a=blobdiff_plain;f=qchess%2FMakefile;h=6a6e81c0144a0b02d8620d685aacbd01a97dbffd;hp=c6a748348bc9acb225cbff2dd59e2cf7d0f56409;hb=87681496dec0b1bdadaf0733137010615997fb05;hpb=877034f05346e24fdf822f6e6149ad50d891f030 diff --git a/qchess/Makefile b/qchess/Makefile index c6a7483..6a6e81c 100644 --- a/qchess/Makefile +++ b/qchess/Makefile @@ -3,14 +3,16 @@ SCRIPT=qchess.py DLL_PATH=win32_dll +python_native : + make -C src + mv src/$(SCRIPT) ./ + + all : python_native frozen frozen : win32_frozen linux64_frozen cd build; for d in $$(ls); do if [ -d $$d ]; then zip -r $$d.zip $$d; rm -r $$d; fi; done -python_native : - make -C src - mv src/$(SCRIPT) ./ images : cd tools; python image_builder.py