diff options
author | Ali Fardan <raiz@stellarbound.space> | 2020-11-18 11:00:38 +0300 |
---|---|---|
committer | Ali Fardan <raiz@stellarbound.space> | 2020-11-18 11:00:38 +0300 |
commit | 1ae386c27797bcfb11d40a621f502cc120c884dd (patch) | |
tree | afc980fa4881a6a5e56d6a5f53c986ac324610aa | |
parent | 6f3d10a3ec09cc278041ced4d4e506cb89a7c69a (diff) | |
download | libyuri-1ae386c27797bcfb11d40a621f502cc120c884dd.tar.gz |
fix Makefile
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile index a3036be..5c6fe54 100644 --- a/Makefile +++ b/Makefile @@ -26,9 +26,9 @@ install: all cp $(TARGET_LIB_DYNAMIC) $(PREFIX)/lib ldconfig -n $(PREFIX)/lib mkdir -p $(PREFIX)/include - cp gemtext.h $(PREFIX)/include - mkdir -p $(PREFIX)/share/man/man3 - cp $(MANPAGES) $(PREFIX)/share/man/man3 + cp yuri.h $(PREFIX)/include +# mkdir -p $(PREFIX)/share/man/man3 +# cp $(MANPAGES) $(PREFIX)/share/man/man3 clean: rm -f $(TARGET_LIB_STATIC) $(TARGET_LIB_DYNAMIC) $(OBJS) test |