Skip to content

Commit

Permalink
added makefile to run the basic_example program #6
Browse files Browse the repository at this point in the history
  • Loading branch information
snachi2s authored May 14, 2022
1 parent 0510fe8 commit c5e3515
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gnu-gsl/examples/makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
all:
gcc -Wall -c -I /home/selva/gsl/gsl-install/include/ basic_examples.c
gcc -L/home/selva/gsl/gsl-install/lib/ basic_examples.o -lgsl -lgslcblas -lm
./a.out

0 comments on commit c5e3515

Please sign in to comment.