mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-24 07:53:30 +08:00
19 lines
586 B
Makefile
19 lines
586 B
Makefile
# Released under the MIT License. See LICENSE for details.
|
|
#
|
|
# This file was generated by tools/update_generated_code_makefile.
|
|
|
|
all: generated_code
|
|
|
|
generated_code: ../generated/ballistica/binding.inc \
|
|
../generated/ballistica/bootstrap.inc
|
|
|
|
clean:
|
|
@rm -rf ../generated
|
|
|
|
../generated/ballistica/bootstrap.inc : ballistica/bootstrap.py ../../tools/batools/codegen.py
|
|
@../../tools/pcommand gen_flat_data_code $< $@ bootstrap_code
|
|
|
|
../generated/ballistica/binding.inc : ballistica/binding.py ../../tools/batools/codegen.py
|
|
@../../tools/pcommand gen_binding_code $< $@
|
|
|