eval-gjs/Makefile
Tamado Sitohang 1a5ca86ef1
First commit
2021-09-25 12:11:01 +07:00

10 lines
No EOL
206 B
Makefile

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