Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
chardoncs committed Oct 30, 2022
1 parent 1e76e4e commit 83aa719
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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...'
Expand Down Expand Up @@ -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}

0 comments on commit 83aa719

Please sign in to comment.