OSDN Git Service

made some changes ^^
authorsparky4 <sparky4@cock.li>
Fri, 24 Jul 2015 17:42:49 +0000 (12:42 -0500)
committersparky4 <sparky4@cock.li>
Fri, 24 Jul 2015 17:42:49 +0000 (12:42 -0500)
modified:   16.hed
modified:   awoo.sh
modified:   makefile

16.hed
awoo.sh
makefile

diff --git a/16.hed b/16.hed
index 7798613..26b5fb2 100644 (file)
Binary files a/16.hed and b/16.hed differ
diff --git a/awoo.sh b/awoo.sh
index 5ef0ca1..61c388e 100644 (file)
--- a/awoo.sh
+++ b/awoo.sh
@@ -1,4 +1,4 @@
 #!/bin/bash
 git add .
 bash ./boop.sh
-cp exmmtest.exe /var/www/html/
+cp -p *.exe /var/www/html/
index 5bfc58e..abbbd75 100644 (file)
--- a/makefile
+++ b/makefile
@@ -1,5 +1,5 @@
 !ifdef __LINUX__
-REMOVECOMMAND=rm
+REMOVECOMMAND=rm -f
 DIRSEP=/
 OBJ=o
 !else
@@ -279,9 +279,9 @@ clean: .symbolic
        @wlib -n  gfx.lib
        @wlib -n  doslib.lib
        @$(REMOVECOMMAND) *.16
-#      @$(REMOVECOMMAND) *.OBJ
-#      @$(REMOVECOMMAND) makefi~1
-#      @$(REMOVECOMMAND) makefile~
-#      @$(REMOVECOMMAND) __WCL__.LNK
+       @$(REMOVECOMMAND) *.OBJ
+       @$(REMOVECOMMAND) makefi~1
+       @$(REMOVECOMMAND) makefile~
+       @$(REMOVECOMMAND) __WCL__.LNK
 #      @$(REMOVECOMMAND) *.smp
-#      @$(REMOVECOMMAND) *.SMP
+       @$(REMOVECOMMAND) *.SMP