Skip to content

Commit

Permalink
Added if_up.sh and if_down.sh to binary distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
christianb93 committed May 1, 2018
1 parent 2dbc34d commit d8dab28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/Makefile
Expand Up @@ -5,7 +5,7 @@ clean:


dist:
(cd .. ; tar cvf /tmp/ctOS.bin.tar bin/ctOSkernel bin/hdimage bin/cdimage.iso bin/run.sh ; )
(cd .. ; tar cvf /tmp/ctOS.bin.tar bin/ctOSkernel bin/hdimage bin/cdimage.iso bin/run.sh bin/if_up.sh bin/if_down.sh ; )
cp /tmp/ctOS.bin.tar .
gzip ctOS.bin.tar
rm -f ctOS.bin.tar
Expand Down

0 comments on commit d8dab28

Please sign in to comment.