~dricottone/noticable

ref: 56c09794b2fa271f98cbbab9defd0ceed8323bb8 noticable/Makefile -rw-r--r-- 114 bytes
56c09794Dominic Ricottone configure for markdown syntax 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