summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-02-13 11:43:31 +0000
committerdavidovski <david@davidovski.xyz>2022-02-13 11:43:31 +0000
commit81a52d0de767301f2898bcef928e4d882d5eee6e (patch)
treef3468b96e47b2dcc71cfa624ec5153f4dacb1be6
parent4fe51b010d556805987e43f56df9c00ed0dc1242 (diff)
added prepare 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