Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Badboy-16 committed Apr 20, 2022
1 parent 594d1ad commit f49d55d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
calculator: main.o eval.o
mkdir build
gcc -o build/calculator src/main.o src/eval.o
rm src/main.o src/eval.o

Expand Down

0 comments on commit f49d55d

Please sign in to comment.