summaryrefslogtreecommitdiffstats
path: root/SD-VBS/benchmarks/Makefile
blob: bc402261894935bfda7a935d5c739a791fe1a67b (plain) (blame)
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`