Skip to content

Commit

Permalink
fix(release): so seems to be there
Browse files Browse the repository at this point in the history
  • Loading branch information
hutchic committed Dec 7, 2022
1 parent 7414e18 commit d80e356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ target/release/libatc_router.%: src/*.rs
install:
$(INSTALL) -d $(DESTDIR)$(LUA_LIB_DIR)/resty/router/
$(INSTALL) -m 664 lib/resty/router/*.lua $(DESTDIR)$(LUA_LIB_DIR)/resty/router/
$(INSTALL) -m 775 target/release/libatc_router.$(SHLIB_EXT) $(DESTDIR)$(LUA_LIB_DIR)/libatc_router.so
$(INSTALL) -m 775 target/*/release/libatc_router.$(SHLIB_EXT) $(DESTDIR)$(LUA_LIB_DIR)/libatc_router.so

clean:
rm -rf target

0 comments on commit d80e356

Please sign in to comment.