~dricottone/noticable

ref: 8f8d6306064243ddbb3829f000ef159768c77a79 noticable/Makefile -rw-r--r-- 114 bytes
8f8d6306Dominic Ricottone initial try with electron 3 years ago
                                                                                
1
2
3
4
5
6
7
8
9
install:
	npm install monaco-editor electron

clean:
	rm dist/* -f

build:
	./node_modules/.bin/electron main.js