aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9c2cc47..821195b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-MAKEFLAGS += --no-builtin-rules
+#MAKEFLAGS += --no-builtin-rules
# This variable can be overwritten to show executed commands
Q ?= @
@@ -56,6 +56,7 @@ prune:: clean
$(Q)$(RM) $(O)/.config $(O)/.config.mk
@echo " CLEAN liblcd"
$(Q)$(MAKE) -C liblcd clean
+ $(Q)$(RM) liblcd/libliquidcrystali2c.a
## Building targets ##
ifeq (,$(filter clean prune help \