eval-gjs/Makefile

10 lines
206 B
Makefile
Raw Permalink Normal View History

2021-09-25 13:11:01 +08:00
all: install
.PHONY: install lint
install:
install -d ~/.local/share/gnome-shell/extensions
cp -a eval-gjs@ramottamado.dev/ ~/.local/share/gnome-shell/extensions/
lint:
eslint eval-gjs@ramottamado.dev