1
0
mirror of https://github.com/ShaYmez/xlxd.git synced 2024-12-23 01:55:49 -05:00

Use predefined $(RM) in order to not result in an

error if dir was cleaned before
This commit is contained in:
phl0 2016-06-27 09:30:05 +02:00
parent 486fa279f8
commit 505a9e296f
No known key found for this signature in database
GPG Key ID: 48EA1E640798CA9A

View File

@ -14,7 +14,7 @@ $(EXECUTABLE): $(OBJECTS)
$(CC) $(CFLAGS) $< -o $@
clean:
rm *.o
$(RM) *.o
install:
mkdir -p /xlxd