Skip to content

Commit f753d00

Browse files
committed
Make build command work
1 parent fa76253 commit f753d00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
build:
2-
cd coderstats && ../jpm xpi && mv coderstats.xpi /tmp/
2+
cd coderstats && zip -r -FS /tmp/coderstats.zip .

0 commit comments

Comments
 (0)