Skip to content

Commit

Permalink
Add makefile for Polynomial Evaluation program
Browse files Browse the repository at this point in the history
  • Loading branch information
msindev committed Sep 16, 2018
1 parent b52f538 commit b52b219
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Polynomial Evaluation through Linked List/makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
program: PolyEval-definition.c PolyEval-main.c
gcc -o program PolyEval-definition.c PolyEval-main.c -I.

0 comments on commit b52b219

Please sign in to comment.