mirror of
https://github.com/AdaCore/uwrap.git
synced 2026-02-12 13:06:34 -08:00
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:
|