diff options
-rw-r--r-- | makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,7 +6,8 @@ LIBDIR=-L /usr/lib/x86_64-linux-gnu/ # LIBS are the libs you are using written with a -l and then ignoring the lib-part at the beginning of the file's name. # So "libboost_date_time.a" will be just "-lboost_date_time" -LIBS=-lboost_date_time +LIBS= +#-lboost_date_time # Sources are the source code files. Only the .cpp files, becuase the .h files are included into them during pre-processing. SOURCES=$(wildcard src/*.cpp) |