fix(codes/c): Remove makefile
This commit is contained in:
parent
c461b13436
commit
2ff4c00fea
@ -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}
|
|
Loading…
Reference in New Issue
Block a user