Make "make clean" also remove the binary

This commit is contained in:
phl0 2017-08-23 13:46:35 +02:00
parent 83278d1363
commit 8a545b99c8
No known key found for this signature in database
GPG Key ID: 48EA1E640798CA9A
2 changed files with 2 additions and 2 deletions

View File

@ -55,8 +55,8 @@ Please use the stable version listed above, we cannot support others.
```
# git clone https://github.com/LX3JL/xlxd.git
# cd xlxd/src/
# make
# make clean
# make
# make install
```

View File

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