mirror of
https://github.com/ramottamado/eval-gjs.git
synced 2025-06-25 01:41:32 +02:00
10 lines
206 B
Makefile
10 lines
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
|