annotate src/ploki/Compile @ 9473:9a4a5b747a91

<oerjan> slwd religious nut//s/ This/The religious/
author HackBot
date Thu, 27 Oct 2016 01:29:38 +0000
parents ac0403686959
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4223
ac0403686959 <oerjan> rm -rf src/ploki; mv ploki src
HackBot
parents:
diff changeset
1 #!/bin/sh
ac0403686959 <oerjan> rm -rf src/ploki; mv ploki src
HackBot
parents:
diff changeset
2 echo cc -o ploki *.c -lm
ac0403686959 <oerjan> rm -rf src/ploki; mv ploki src
HackBot
parents:
diff changeset
3 cc -o ploki *.c -lm