Merge pull request #44 from phl0/removeBinary

Make "make clean" also remove the binary
This commit is contained in:
LX3JL 2017-08-23 14:53:04 +02:00 committed by GitHub
commit 92bb7b3323
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