]> 4ch.mooo.com Git - 16.git/blobdiff - makefile
fixed the issue with compiling in dos in 1.9 and 2.0. only 1.9 linux fails for some...
[16.git] / makefile
index bbc64e1b20018ddf66fdcb8592e0bbd5f1fda614..c0f1ecb0c0580b09d65ca730644123125c7d76fd 100755 (executable)
--- a/makefile
+++ b/makefile
@@ -578,11 +578,11 @@ initscript: .symbolic
 
 
 comp: .symbolic
-       @*upx -9 *.exe#$(EXEC)
+       @if exist *.exe @upx -9 *.exe#$(EXEC)
        @wmake -s -h e2exe
 
 comq: .symbolic
-       @*upx -9 $(UPXQ) *.exe#$(EXEC)
+       @if exist *.exe @upx -9 $(UPXQ) *.exe#$(EXEC)
        @wmake -s -h e2exe
 
 exe2e: .symbolic