From 7e6fdd3e45a5ef531825c91e78e7c7f93e05ebaa Mon Sep 17 00:00:00 2001 From: nullifiedcat Date: Tue, 23 Jan 2018 09:38:46 +0300 Subject: [PATCH] "make install" installs headers --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 8e48479..41d9242 100644 --- a/Makefile +++ b/Makefile @@ -39,6 +39,7 @@ endif install: cp $(TARGET32) /lib/i386-linux-gnu cp $(TARGET64) /lib/x86_64-linux-gnu + cp -R include/. /usr/local/include/xoverlay .c.o: $(CC) $(CFLAGS) -c $< -o $@