Skip to content

Commit 0048d50

Browse files
committed
Makefile for shell scripts
Signed-off-by: Alex Ellis <[email protected]>
1 parent 9a64a53 commit 0048d50

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Makefile

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.PHONY: build
2+
3+
build:
4+
./build.sh
5+

sample-functions/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
master.zip
22
build
33
template
4+
.vscode

0 commit comments

Comments
 (0)