mirror of
https://github.com/ShaYmez/xlxd.git
synced 2026-06-06 23:54:37 -04:00
Make "make clean" also remove the binary
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ $(EXECUTABLE): $(OBJECTS)
|
||||
$(CC) $(CFLAGS) $< -o $@
|
||||
|
||||
clean:
|
||||
$(RM) *.o
|
||||
$(RM) xlxd *.o
|
||||
|
||||
install:
|
||||
mkdir -p /xlxd
|
||||
|
||||
Reference in New Issue
Block a user