Skip to content

Commit 1421b1c

Browse files
authored
use env $CC
1 parent 18e4c5a commit 1421b1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pasa-plugins/seqclean/trimpoly/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Useful directories
22

3-
CC := gcc
3+
#CC := gcc
44
CFLAGS = -O2 -Wall
55

66
%.o : %.c
@@ -34,7 +34,7 @@ SYSTYPE := $(shell uname)
3434
all: trimpoly
3535

3636
trimpoly: ./trimpoly.o color_c.o
37-
${LINKER} ${LDFLAGS} -o $@ ${filter-out %.a %.so, $^} ${LOADLIBES}
37+
${CC} ${LDFLAGS} -o $@ ${filter-out %.a %.so, $^} ${LOADLIBES}
3838

3939
# target for removing all object files
4040

0 commit comments

Comments
 (0)