We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18e4c5a commit 1421b1cCopy full SHA for 1421b1c
pasa-plugins/seqclean/trimpoly/Makefile
@@ -1,6 +1,6 @@
1
# Useful directories
2
3
-CC := gcc
+#CC := gcc
4
CFLAGS = -O2 -Wall
5
6
%.o : %.c
@@ -34,7 +34,7 @@ SYSTYPE := $(shell uname)
34
all: trimpoly
35
36
trimpoly: ./trimpoly.o color_c.o
37
- ${LINKER} ${LDFLAGS} -o $@ ${filter-out %.a %.so, $^} ${LOADLIBES}
+ ${CC} ${LDFLAGS} -o $@ ${filter-out %.a %.so, $^} ${LOADLIBES}
38
39
# target for removing all object files
40
0 commit comments