aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c26407b..0b7124f 100644
--- a/Makefile
+++ b/Makefile
@@ -98,3 +98,8 @@ uninstall:
@echo "Removing..."
@rm $(PREFIX)/usr/lib/lib$(SONAME)*
@echo "Finished"
+
+.PHONY: install-headers
+install-headers:
+ @echo Installing headers...
+