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
1 changed files with 1 additions and 1 deletions

View File

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