Skip to content

Commit

Permalink
Added make-instructions for gen in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
nmke-de committed Dec 24, 2021
1 parent 9a8f6c1 commit 9594abf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,10 @@ vs: select.sh elb.tsv
tar cz elb.tsv >> $@
chmod +x $@

gen: make.sh select.sh
cat make.sh > $@
echo 'exit 0' >> $@
echo '#EOF' >> $@
tar cz select.sh >> $@
chmod +x $@

0 comments on commit 9594abf

Please sign in to comment.