summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index efe1cac..5b609cc 100755
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ PREFIX=/usr
.DEFAULT_GOAL := build
install: install-hbar install-headers
-build: build-hbar
+build: prepare build-hbar
install-headers: src/*.h
install -m644 src/*.h ${DESTDIR}${PREFIX}/include