]> 4ch.mooo.com Git - 16.git/commitdiff
16_in improvements and added debugging stuff~~~~
authorsparky4 <sparky4@cock.li>
Sun, 13 Mar 2016 00:03:43 +0000 (18:03 -0600)
committersparky4 <sparky4@cock.li>
Sun, 13 Mar 2016 00:03:43 +0000 (18:03 -0600)
awoo.sh
makefile

diff --git a/awoo.sh b/awoo.sh
index 94fbe3c143e36b1a1a38a48d5ca02983a1ba0aaa..ca48c8d9effe8c8a3b959654aebf7b735f13e982 100755 (executable)
--- a/awoo.sh
+++ b/awoo.sh
@@ -3,11 +3,8 @@
 wmake
 wmake comp
 if [ -f "*.exe" ]
-        then
-cp *.exe /var/www/
-rm /var/www/inputest.exe
-cp inputest.exe /var/www/inputest.exe
-scp -r -P 26 *.exe 4ch.mooo.com:/var/www/16/
+       then
+wmake www
 fi
 wmake clean
 if [ -z "$*" ]; then
index d0592420e2845b692fb793d73382e58001831521..9931d048491af6a74839a0a9873ccbf6f1b14458 100755 (executable)
--- a/makefile
+++ b/makefile
@@ -435,10 +435,10 @@ updatelibs: .symbolic
        @cd $(JSMNLIB)
        @git pull
        @cd ../../../
-        @cd $(DOSLIB)
-        @git pull
+       @cd $(DOSLIB)
+       @git pull
        @./buildall.sh
-        @cd ../../../
+       @cd ../../../
 
 initlibs: .symbolic
        @cd src/lib
@@ -463,3 +463,7 @@ mx_: .symbolic
        @wmake -f makefile all
        @cd ../../
 
+www: .symbolic
+       @rm -f /var/www/$(EXEC)
+       @cp -f $(EXEC) /var/www/
+       @scp -r -P 26 *.exe 4ch.mooo.com:/var/www/16/