forked from anirudh.fi/vite
fork of anirudh.fi/vite that uses chroma for hl
at master 8 lines 136 B view raw
1default: 2 go build -o vite 3 4install: 5 install -Dm755 vite $(DESTDIR)$(PREFIX)/bin/vite 6 7uninstall: 8 @rm -f $(DESTDIR)$(PREFIX)/bin/vite