all repos — vite @ 590d7b7d1fe28342360ba7fda3f73a9a14502600

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

makefile (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