aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2017-02-01 16:20:00 +0100
committerKarel Kočí <karel.koci@nic.cz>2017-02-01 16:20:00 +0100
commitc517c1e3bed8ff875ec5b05949b4b529c0fc5407 (patch)
treeb7da5fde16babdf4f8a579c0fc8d2737fb8def9d
parent5062173627f9d1741061312ceeadd44d4bc0fc24 (diff)
downloadturris-lcd-example-c517c1e3bed8ff875ec5b05949b4b529c0fc5407.tar.gz
turris-lcd-example-c517c1e3bed8ff875ec5b05949b4b529c0fc5407.tar.bz2
turris-lcd-example-c517c1e3bed8ff875ec5b05949b4b529c0fc5407.zip
I hate built in rules...
-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 \