Skip to content

Commit f0e71b6

Browse files
committed
Merge pull request #1 from mvd7793/master
Add Makefile and edit the .gitignore to ignore a useless file
2 parents 7a9337b + 45af5da commit f0e71b6

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11

22
# Ignore build generated files
33
build
4+
.lock*

Makefile

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
all:
2+
pebble build
3+
pebble install
4+
5+
build:
6+
pebble build
7+
8+
install:
9+
pebble install
10+
11+
clean:
12+
pebble clean

0 commit comments

Comments
 (0)