From 83aa7192c8b4490267e3eb177ca922d255dfa284 Mon Sep 17 00:00:00 2001 From: chardon55 Date: Sun, 30 Oct 2022 14:13:33 +0800 Subject: [PATCH] Update Makefile --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d93e37b..1d493f7 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ include metadata.mak -.PHONY: all rebuild clean test install uninstall +.PHONY: all rebuild clean test install uninstall init-scripts all: @echo 'Building...' @@ -37,3 +37,6 @@ uninstall: @echo 'Removing shared library...' @rm -vrf $(LIB_DIR)/$(TARGET_FILE) @echo done + +init-scripts: + @chmod u+x ./scripts/{comment_header,update_meta,deploy}