From 05984f9d790c8218ed2cc7758e272e70c35e9c31 Mon Sep 17 00:00:00 2001 From: San Jacobs Date: Sun, 7 Aug 2022 12:14:26 +0200 Subject: Removed needless libdir thing --- makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index d91856f..ef1b070 100644 --- a/makefile +++ b/makefile @@ -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" -- cgit v1.2.1