Skip to content

Commit

Permalink
Add Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
nishi-yuki committed Oct 15, 2024
1 parent 78fba3d commit 9cad423
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[email protected]
12 changes: 12 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.PHONY: all install run

all: [email protected]

[email protected]: metadata.json extension.js
gnome-extensions pack --force

install: [email protected]
gnome-extensions install --force [email protected]

run: install
MUTTER_DEBUG_DUMMY_MODE_SPECS=1366x768 dbus-run-session -- gnome-shell --nested --wayland

0 comments on commit 9cad423

Please sign in to comment.