diff --git a/takewhile/Makefile b/takewhile/Makefile index 367bb06..24fbd75 100644 --- a/takewhile/Makefile +++ b/takewhile/Makefile @@ -1,6 +1,4 @@ TARGET = takewhile.elf SRCS = takewhile.cc -all: $(TARGET) - include ../config.mk