2021-04-15 12:42:32 -07:00

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 $< $@