10 lines
No EOL
206 B
Makefile
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
|