Add build.header.c
A new module type for creating just a header file. This is useful for e.g. shared interfaces and so on which are not backed by a library.
This commit is contained in:
parent
0e9f48ff2d
commit
7a4adc3550
8 changed files with 73 additions and 1 deletions
|
|
@ -50,7 +50,8 @@ print_success "Done"
|
|||
|
||||
|
||||
# Check that the default build operation runs
|
||||
do_cmd ./make.sh || exit 1
|
||||
#do_cmd ./make.sh || exit 1
|
||||
rm -f docs/*.pdf
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue