2022-02-09 13:39:49 -06:00

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__