libmaxsi now creates the c/h dir if missing.

This commit is contained in:
Jonas 'Sortie' Termansen 2011-08-07 01:36:27 +02:00
parent 294e5d72dd
commit a4c2afedb7
1 changed files with 1 additions and 0 deletions

View File

@ -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 $< >> $@