From: hgn Date: Fri, 15 Apr 2022 10:30:55 +0000 (+0100) Subject: Added directories to makefile X-Git-Url: https://skaterift.com/git/?p=convexer.git;a=commitdiff_plain;h=f9f38e9b4c5036e9cf404a1b8de53ec30dfe761c Added directories to makefile --- diff --git a/Makefile b/Makefile index dea01c8..9a4c41c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,8 @@ -all: libcxr.so libnbvtf.so - +all: objdir libcxr.so libnbvtf.so + +objdir: + mkdir -p nbvtf/obj + libcxr.so: cxr/cxr.h cxr/cxr_math.h cxr/cxr_mem.h gcc -O1 -ggdb -fPIC -shared \ -Wall -Wno-unused-variable -Wno-unused-function -std=c99 -pedantic \