diff --git a/Makefile b/Makefile index 5ddf45f..d5ae127 100644 --- a/Makefile +++ b/Makefile @@ -8,13 +8,7 @@ CONFIG = menu all: menuconfig # @clear - @echo -n "Do you want tu run jhalfs (y)? " - @read ANSWER; \ - if [ x$ANSWER != xn -and x$ANSWER != xno ]; then \ - `grep RUN_ME configuration | sed -e 's@RUN_ME=\"@@' -e 's@\"@@' `; \ - else - echo Exiting gracefully; \ - fi + @`grep RUN_ME configuration | sed -e 's@RUN_ME=\"@@' -e 's@\"@@' ` $(CONFIG)/conf: $(MAKE) -C $(CONFIG) conf