Skip to content
Snippets Groups Projects
Commit 8a8d100e authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

Makefile: install-headers is phony

parent 7c9b2f63
No related branches found
No related tags found
No related merge requests found
......@@ -152,6 +152,7 @@ all: test js lib debug doc
install-headers: $(PUBLIC_HEADERS)
test -d $(DESTDIR)$(PREFIX)/include/olm || mkdir -p $(DESTDIR)$(PREFIX)/include/olm
install -Dm644 $(PUBLIC_HEADERS) $(DESTDIR)$(PREFIX)/include/olm/
.PHONY: install-headers
install-debug: debug install-headers
test -d $(DESTDIR)$(PREFIX)/lib || mkdir -p $(DESTDIR)$(PREFIX)/lib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment