Skip to content

Commit

Permalink
empty space deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbenedi committed Dec 27, 2018
1 parent 6cf7c34 commit 4b3cc86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ PBLIB_LIBS_INCLUDE = -L$(PBLIB)/lib
PBLIB_LIBS = -lpblib

compile_main:
$(CC) -c -std=c++0x -g -fpermissive $(MAIN).cpp $(TFG_INCLUDE) $(CUDD_INCLUDE) $(PBLIB_INCLUDE)
$(CC) -c -std=c++0x -g -fpermissive $(MAIN).cpp $(TFG_INCLUDE) $(CUDD_INCLUDE) $(PBLIB_INCLUDE)

link_main:
$(CC) -o $(MAIN) $(MAIN).o -L$(TFG_BUILD) $(TFG_LIBS) $(CUDD_LIBS_INCLUDE) $(PBLIB_LIBS_INCLUDE) -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -static $(CUDD_LIBS) $(PBLIB_LIBS)
Expand Down

0 comments on commit 4b3cc86

Please sign in to comment.