summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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:'