mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
libmaxsi now creates the c/h dir if missing.
This commit is contained in:
parent
294e5d72dd
commit
a4c2afedb7
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ c/%.o: c/%.c
|
|||
gcc -c $< -o $@ $(CFLAGS)
|
||||
|
||||
c/h/%.h: c/hsrc/%.h
|
||||
mkdir -p c/h
|
||||
echo "/* WARNING: This header is generated - edits will be lost! */" > $@
|
||||
mxmpp -I decl -I c/decl $< >> $@
|
||||
|
||||
|
|
Loading…
Reference in a new issue