Update Makefile
This commit is contained in:
parent
8dfa8b9bc5
commit
965b37c2f2
2
Makefile
2
Makefile
|
@ -103,7 +103,7 @@ debug: build
|
|||
./$(NAME) $(ARGS)
|
||||
|
||||
install: build man
|
||||
mkdir -pv $(DESTDIR)/$(PREFIX) $(DESTDIR)/$(LIBDIR)/$(NAME) $(DESTDIR)/$(MANDIR) $(ETC_DIR)/$(NAME) $(DESTDIR)/include
|
||||
mkdir -pv $(DESTDIR)/$(PREFIX) $(DESTDIR)/$(LIBDIR)/$(NAME) $(DESTDIR)/$(MANDIR) $(ETC_DIR)/$(NAME) $(DESTDIR)/$(INCDIR)
|
||||
cp $(NAME) $(DESTDIR)/$(PREFIX)
|
||||
cp lib$(LIB_FILES:.c=.so) $(DESTDIR)/$(LIBDIR)
|
||||
cp $(LIB_FILES:.c=.h) $(DESTDIR)/$(INCDIR)
|
||||
|
|
Loading…
Reference in New Issue