Save smake.sh params to Makefile

This commit is contained in:
Kolan Sh 2012-01-23 15:33:30 +04:00
parent 879425c7e3
commit dc638a9187
1 changed files with 2 additions and 1 deletions

View File

@ -73,7 +73,8 @@ echo "INCLUDES=$INCLUDES";
echo "LIBS=$REP_LIBS"; echo "LIBS=$REP_LIBS";
# ======= Help ======= # ======= Help =======
cat $HELP_FILE > Makefile echo "# smake.sh $@" > Makefile
cat $HELP_FILE >> Makefile
echo >> Makefile echo >> Makefile
# ======= Test for target ======= # ======= Test for target =======