1 2 3 4 5 6 7 8 9 10
include ../common/makefiles/Makefile.include include $(MAKEFILE_COMMON_DIR)/Makefile.recurse #P := './preload' #preloading: # @echo Preloading... # @find ./ -iname "*.bmp" -exec sh -c '$(P) {} &' \; # @kill -2 `pgrep preload`