Skip to content

Commit 8679155

Browse files
committed
Dist also installs
1 parent 173e870 commit 8679155

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
.PHONY: all z80 clean dist
2121
all: z80 src/roms.js
2222
dist: all
23+
npm install
2324
npm run build
2425

2526
ROMS := $(shell find public/roms -type f | sort)
@@ -34,4 +35,4 @@ z80:
3435

3536
clean:
3637
$(MAKE) -C src/z80 clean
37-
rm -f src/roms.js
38+
rm -f src/roms.js

0 commit comments

Comments
 (0)