all repos — vite @ 4bfc4c0dd5999ee93d7a6bce3de49b56defef117

a fast (this time, actually) and minimal static site generator

makefile (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
default:
	go build -o vite

install:
	install -Dm755 vite $(DESTDIR)$(PREFIX)/bin/vite

uninstall:
	@rm -f $(DESTDIR)$(PREFIX)/bin/vite