projects
/
convexer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bbe81a
)
Added directories to makefile
author
hgn
<hgodden00@gmail.com>
Fri, 15 Apr 2022 10:30:55 +0000
(11:30 +0100)
committer
hgn
<hgodden00@gmail.com>
Fri, 15 Apr 2022 10:30:55 +0000
(11:30 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index dea01c8a1a88b923507133d354420f0fdf782166..9a4c41c55506c66a81d3ebcbbef470aed78bed96 100644
(file)
--- 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 \