From f9f38e9b4c5036e9cf404a1b8de53ec30dfe761c Mon Sep 17 00:00:00 2001 From: hgn Date: Fri, 15 Apr 2022 11:30:55 +0100 Subject: [PATCH] Added directories to makefile --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 \ -- 2.25.1