mirror of
https://github.com/AdaCore/uwrap.git
synced 2026-02-12 13:06:34 -08:00
"make" in lang_template/ fails, because the invocation of manage.py is wrong. The "make" command there must come first, and --no-langkit-support does not appear to be a valid option.
8 lines
128 B
Makefile
8 lines
128 B
Makefile
build: force
|
|
rm -rf build/ && ./manage.py make --library-types static
|
|
|
|
parse: force
|
|
rm -rf build/ && ./manage.py make
|
|
|
|
force:
|