]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/blobdiff - Makefile
Add markers to compile output
[hercules2020/kcf.git] / Makefile
index 87264b11676ed69eefa04b8edfd183e291924c92..fe0f1608200bd4466a5811e94494834cf780a00f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -24,11 +24,13 @@ CMAKE_OTPS_cufft_big_openmp  = -DFFT=cuFFT -DBIG_BATCH=ON -DOPENMP=ON
 .SECONDARY: $(BUILDS:%=build-%/build.ninja)
 
 build-%/build.ninja:
+       @echo '############################################################'
        mkdir -p $(@D)
        cd $(@D) && cmake $(CMAKE_OPTS) $(CMAKE_OTPS_$*) ..
 
 .PHONY: FORCE
 build-%/kcf_vot: build-%/build.ninja FORCE
+       @echo '############################################################'
        cmake --build $(@D)
 
 $(BUILDS): %: build-%/kcf_vot