浏览代码

Also push the *.h files..

Janco Kock 9 年之前
父节点
当前提交
d5fc616273
共有 1 个文件被更改,包括 1 次插入1 次删除
  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