diff --git a/src/makefile b/src/makefile index bb0aab3..4c11c68 100644 --- a/src/makefile +++ b/src/makefile @@ -4,6 +4,7 @@ LDFLAGS=-std=c++11 -pthread SOURCES=$(wildcard *.cpp) OBJECTS=$(SOURCES:.cpp=.o) EXECUTABLE=xlxd +RM=rm -f all: $(SOURCES) $(EXECUTABLE)