Skip to content

Commit

Permalink
Compile script
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKruger committed May 15, 2021
1 parent 2a180e8 commit 7864a9c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions compile.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

export INPUT="main.c"
export OUTPUT="./bin/dor"

gcc $INPUT dor.c -o $OUTPUT

0 comments on commit 7864a9c

Please sign in to comment.