Add definition of $(RM)

pull/1/head
phl0 10 years ago
parent 505a9e296f
commit ee56e79080
No known key found for this signature in database
GPG Key ID: 48EA1E640798CA9A

@ -4,6 +4,7 @@ LDFLAGS=-std=c++11 -pthread
SOURCES=$(wildcard *.cpp)
OBJECTS=$(SOURCES:.cpp=.o)
EXECUTABLE=xlxd
RM=rm -f
all: $(SOURCES) $(EXECUTABLE)

Loading…
Cancel
Save

Powered by TurnKey Linux.