This website works better with JavaScript.
Home
Help
Register
Sign In
buff
/
pEpEngine
forked from
pEp.foundation/pEpEngine
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
32
Wiki
Activity
Browse Source
some debugging features
generate_api
Volker Birk
3 years ago
parent
8d93803536
commit
d38df1065c
1 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
api/Makefile
+ 4
- 1
api/Makefile
View File
@ -3,10 +3,13 @@ all: basic_api.h
%.xml
:
%.
yml
2
yml2proc -P $< -o
$@
%.xsl
:
%.
ysl
2
yml2proc -DP $< -o
$@
%.h
:
%.
yml
2
pEp
.
yml
2
gen_c_header
.
ysl
2
to_c
.
ysl
2
yml2proc -y gen_c_header.ysl2 pEp.yml2
.PHONY
:
clean
clean
:
rm -f *.xml *.h
rm -f *.xml *.
xsl *.
h
Write
Preview
Loading…
Cancel
Save