Merge pull request #44 from phl0/removeBinary

Make "make clean" also remove the binary
pull/1/head
LX3JL 8 years ago committed by GitHub
commit 92bb7b3323

@ -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
```

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

Loading…
Cancel
Save

Powered by TurnKey Linux.