annotate src/ploki/Compile @ 12004:126be0a0d42a draft

<int-e> ` rm izash.c
author HackEso <hackeso@esolangs.org>
date Tue, 12 Nov 2019 00:54:11 +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