Skip to content
Snippets Groups Projects
Commit baa5309a authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing OSX compilation

parent b17e39ed
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ OBJ = main.o
$(CC) -O3 -g3 -c --std=c++11 -o $@ $< $(INCLUDE_PATH)
conv_p: $(OBJ)
$(CC) -o $@ $^ $(CFLAGS) $(LIBS_PATH) $(LIBS) -lquadmath
$(CC) -o $@ $^ $(CFLAGS) $(LIBS_PATH) $(LIBS)
all: conv_p
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment