Skip to content

Commit

Permalink
* removed CXX from Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Linard committed Jun 15, 2020
1 parent 2fab54b commit aa0642b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Project: CROPLinux
CXX = g++
OBJ = alignment.o Unique.o bayesianclustering.o CROP.o Main.o
LINKOBJ = alignment.o Unique.o bayesianclustering.o CROP.o Main.o
LIBS = -g3 -lgsl -lgslcblas -fopenmp -m64
Expand Down

0 comments on commit aa0642b

Please sign in to comment.