updated makefile: error on ubuntu -lm option hat to be in the end of command
parent
dea7548d90
commit
fe213d6403
@ -1,4 +1,4 @@
|
|||||||
all: main
|
all: main
|
||||||
|
|
||||||
main:
|
main:
|
||||||
gcc -fopenmp -std=c11 -pedantic -Wall -lm -o run main.c
|
gcc -fopenmp -std=c11 -pedantic -Wall -o run main.c -lm
|
||||||
|
Loading…
Reference in New Issue