summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-01-30 21:39:16 -0500
committerJakob Kaivo <jkk@ung.org>2019-01-30 21:39:16 -0500
commit8e7d421db2f51bec267520510a54e436dc189aab (patch)
treed7a571f8fae48d3eca4d0c640acd5e1cbc64e84b
parentba72f4c975a3697cb668b812c91f24b3fa6e4c0f (diff)
add headers dependency to all
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 45179cf4..82933b60 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ include config.mk
INCLUDES=-I$(INCDIR) -I. -Inonstd/stubs
CFLAGS=$(INCLUDES) -g -fno-builtin -nostdinc -nostdlib -nodefaultlibs -Werror -Wall -Wextra -fPIC
-all: .deps.mk
+all: .deps.mk headers
@$(MAKE) -f .deps.mk $@
.deps.mk: