diff --git a/codes/c/Makefile b/codes/c/Makefile deleted file mode 100644 index 6d360feeb..000000000 --- a/codes/c/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -CXXFLAGS = # -Wall -Werror -LDFLAGS = - -src = $(wildcard ./*/*.c) -target = $(patsubst %.c, %, ${src}) - -.PHONY: all clean - -%:%.cpp - $(CXX) ${CXXFLAGS} ${LDFLAGS} $^ -o $@ - -all: ${target} - -clean: - rm -f ${target} \ No newline at end of file