Make "make clean" also remove the binary
@ -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 install
@ -14,7 +14,7 @@ $(EXECUTABLE): $(OBJECTS)
$(CC) $(CFLAGS) $< -o $@
clean:
$(RM) *.o
$(RM) xlxd *.o
install:
mkdir -p /xlxd
Powered by TurnKey Linux.