summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralejandro-colomar <colomar.6.4.3@gmail.com>2019-08-09 22:52:02 +0200
committeralejandro-colomar <colomar.6.4.3@gmail.com>2019-08-09 22:52:02 +0200
commit18b0effdfcc59a8ee7c9f80056d056cb24b05be4 (patch)
treed38360e6c20d556066d9ff851c339da18630923e
parent4083555f0a0e95643784548cad65ae81c06fcc26 (diff)
Remove unused target
-rwxr-xr-xMakefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 2f55d13..81e91eb 100755
--- a/Makefile
+++ b/Makefile
@@ -227,12 +227,6 @@ clean:
$(Q)find $(TMP_DIR) -type f -name '*.s' -exec rm '{}' '+'
$(Q)find $(BIN_DIR) -type f -name '*$(BIN_NAME)' -exec rm '{}' '+'
-PHONY += distclean
-distclean: clean
- @echo ' CLEAN libalx'
- $(Q)$(MAKE) clean -C $(LIBALX_DIR)
- @echo
-
PHONY += help
help:
@echo 'Cleaning targets:'