diff options
author | davidovski <david@davidovski.xyz> | 2022-02-13 11:43:31 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-02-13 11:43:31 +0000 |
commit | 81a52d0de767301f2898bcef928e4d882d5eee6e (patch) | |
tree | f3468b96e47b2dcc71cfa624ec5153f4dacb1be6 /Makefile | |
parent | 4fe51b010d556805987e43f56df9c00ed0dc1242 (diff) |
added prepare to makefile
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |