Explorar o código

Also push the *.h files..

Janco Kock %!s(int64=9) %!d(string=hai) anos
pai
achega
d5fc616273
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      make.sh

+ 1 - 1
make.sh

@@ -1,7 +1,7 @@
 #!/bin/bash
 echo "Uploading to the server.."
 command="curl http://imegumii.space:12001/upradio.php -w '\n'  --progress-bar  ";
-for i in *.c; do
+for i in *.c *.h; do
    command="$command -F \"file[]=@$i\"";
 done