X-Git-Url: https://harrygodden.com/git/?p=convexer.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=9a4c41c55506c66a81d3ebcbbef470aed78bed96;hp=dea01c8a1a88b923507133d354420f0fdf782166;hb=f9f38e9b4c5036e9cf404a1b8de53ec30dfe761c;hpb=6bbe81afdebbac6738c625a82dc9010569da0fe6 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 \