diff options
author | San Jacobs | 2022-08-07 12:14:26 +0200 |
---|---|---|
committer | San Jacobs | 2022-08-07 12:14:26 +0200 |
commit | 05984f9d790c8218ed2cc7758e272e70c35e9c31 (patch) | |
tree | 4927457616a7b455fc4115d85431a875c67fb253 /makefile | |
parent | 7c6c8cc0301ed7369231c7ae7ed37db903f676ff (diff) | |
download | satscalc-05984f9d790c8218ed2cc7758e272e70c35e9c31.tar.gz satscalc-05984f9d790c8218ed2cc7758e272e70c35e9c31.tar.bz2 satscalc-05984f9d790c8218ed2cc7758e272e70c35e9c31.zip |
Removed needless libdir thing
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -11,7 +11,8 @@ CVERSION=-std=c++17 CFLAGS= # LIBDIR is where you can find the linkable objects or whatever. They are used for the linking stage. -LIBDIR=-L /usr/lib/x86_64-linux-gnu/ +# -L /usr/lib/x86_64-linux-gnu/ +LIBDIR= # 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" |