mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-19 21:37:57 +08:00
30 lines
769 B
Makefile
30 lines
769 B
Makefile
# Released under the MIT License. See LICENSE for details.
|
|
|
|
all: resources
|
|
|
|
# This section is generated by batools.resourcesmakefile; do not edit by hand.
|
|
# __AUTOGENERATED_PUBLIC_BEGIN__
|
|
# __AUTOGENERATED_PUBLIC_END__
|
|
|
|
|
|
# This section is generated by batools.resourcesmakefile; do not edit by hand.
|
|
# __AUTOGENERATED_PRIVATE_BEGIN__
|
|
|
|
resources: \
|
|
../ballisticacore-windows/Generic/BallisticaCore.ico
|
|
|
|
clean: clean-private
|
|
|
|
clean-private:
|
|
rm -f "../ballisticacore-windows/Generic/BallisticaCore.ico"
|
|
|
|
../ballisticacore-windows/Generic/BallisticaCore.ico : ../.efrocachemap
|
|
@cd .. && tools/pcommand efrocache_get resources/$@
|
|
|
|
efrocache-list:
|
|
@echo "../ballisticacore-windows/Generic/BallisticaCore.ico"
|
|
|
|
efrocache-build: resources
|
|
|
|
# __AUTOGENERATED_PRIVATE_END__
|