diff --git a/Implementierung/Makefile b/Implementierung/Makefile index 0226926..1e99976 100644 --- a/Implementierung/Makefile +++ b/Implementierung/Makefile @@ -36,7 +36,7 @@ md2: ${OBJ} t/%: @mkdir -p t @echo - @echo -e "${BLUE}=== Generating ${subst t/,,$@}MB of random data... ===${NC}" + @echo "${BLUE}=== Generating ${subst t/,,$@}MB of random data... ===${NC}" dd if=/dev/random of=$@ bs=1M count=${subst t/,,$@} status=progress @echo "${BLUE}=== done ===${NC}" @echo