From 811bd32a42ca6d8217bda48eff3bba774bdff466 Mon Sep 17 00:00:00 2001 From: Nakidai Date: Tue, 24 Sep 2024 21:22:43 +0300 Subject: Add cpetpet.h to install I forgot that c needs also the the header file lol --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index fb6b6da..3fb7ded 100644 --- a/Makefile +++ b/Makefile @@ -27,10 +27,12 @@ install: all install -m644 cpetpet.a $(DESTDIR)/lib install -m755 cpetpet.so $(DESTDIR)/lib install -m644 share/cpetpet/* $(DESTDIR)/share/cpetpet + install -m644 cpetpet.h $(DESTDIR)/include uninstall: $(RM) -r $(DESTDIR)/share/cpetpet $(RM) $(DESTDIR)/lib/cpetpet.{a,so} + $(RM) $(DESTDIR)/include/cpetpet.h clean: $(RM) *.a *.o *.so -- cgit 1.4.1