mirror of
https://github.com/ShaYmez/xlxd.git
synced 2024-12-23 01:55:49 -05:00
Add definition of $(RM)
This commit is contained in:
parent
505a9e296f
commit
ee56e79080
@ -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…
Reference in New Issue
Block a user