From 81a52d0de767301f2898bcef928e4d882d5eee6e Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 13 Feb 2022 11:43:31 +0000 Subject: added prepare to makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1