mirror of
https://github.com/ShaYmez/xlxd.git
synced 2024-11-04 15:11:17 -05:00
Make "make clean" also remove the binary
This commit is contained in:
parent
83278d1363
commit
8a545b99c8
@ -55,8 +55,8 @@ Please use the stable version listed above, we cannot support others.
|
|||||||
```
|
```
|
||||||
# git clone https://github.com/LX3JL/xlxd.git
|
# git clone https://github.com/LX3JL/xlxd.git
|
||||||
# cd xlxd/src/
|
# cd xlxd/src/
|
||||||
# make
|
|
||||||
# make clean
|
# make clean
|
||||||
|
# make
|
||||||
# make install
|
# make install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ $(EXECUTABLE): $(OBJECTS)
|
|||||||
$(CC) $(CFLAGS) $< -o $@
|
$(CC) $(CFLAGS) $< -o $@
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) *.o
|
$(RM) xlxd *.o
|
||||||
|
|
||||||
install:
|
install:
|
||||||
mkdir -p /xlxd
|
mkdir -p /xlxd
|
||||||
|
Loading…
Reference in New Issue
Block a user