diff options
| author | Tslil Clingman <tslil.clingman@gmail.com> | 2018-07-05 21:50:51 +0200 |
|---|---|---|
| committer | Tslil Clingman <tslil.clingman@gmail.com> | 2018-07-05 21:50:51 +0200 |
| commit | f92c2d7834ce029a8b1a5f199296cba5e59342aa (patch) | |
| tree | 9d321d26a855612d391656b48c3dba2881352a60 /ci | |
| parent | 721668ea57fda4254ceee9146c6b6bee470b3fc6 (diff) | |
Recent alterations
Diffstat (limited to 'ci')
| -rwxr-xr-x | ci | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -12,9 +12,13 @@ for k in $LIBR; do echo "#include<$k.h>" >> $SRC done +#echo -e "int main(int argc, char ** argv) {\n\n return 0;\n}" >> $SRC +#zile +8 $SRC + echo "int main(int argc, char ** argv) {" >> $SRC -cat - >> $SRC -echo "return 0; }" >> $SRC +rlwrap -o cat >> $SRC +echo "return 0;}" >> $SRC + echo -e "\n\n\t!!! Compiling ..." gcc $FLAG $SRC -o $BIN |
