Files
uwrap/lang_template/Makefile
Tom Tromey 9b178e0b77 Fix 'build' in lang_template/Makefile
"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.
2021-01-13 09:29:40 -05:00

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: