This commit is contained in:
Mal
2024-09-02 21:11:46 +02:00
commit af22a712d5
7 changed files with 274 additions and 0 deletions

6
Makefile Normal file
View File

@@ -0,0 +1,6 @@
install:
rm -rf build
mkdir -p build
gnome-extensions pack -fo build src
gnome-extensions install -f "build/$(shell ls build)"