Skip to content

Commit

Permalink
imporve Makefile install
Browse files Browse the repository at this point in the history
  • Loading branch information
hugy718 committed May 10, 2022
1 parent 75b4512 commit 2d9cf73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ generate:
npx ts-node bin/generate.ts

install: build/libllhttp.a build/libllhttp.so
$(INSTALL) build/llhttp.h $(DESTDIR)$(INCLUDEDIR)/llhttp.h
$(INSTALL) build/libllhttp.a $(DESTDIR)$(LIBDIR)/libllhttp.a
$(INSTALL) -D build/llhttp.h $(DESTDIR)$(INCLUDEDIR)/llhttp.h
$(INSTALL) -D build/libllhttp.a $(DESTDIR)$(LIBDIR)/libllhttp.a
$(INSTALL) build/libllhttp.so $(DESTDIR)$(LIBDIR)/libllhttp.so

.PHONY: all generate clean release

0 comments on commit 2d9cf73

Please sign in to comment.