KDE: Add kwin theme lib to kali-themes-common package

This commit is contained in:
Daniel Ruiz de Alegría
2021-10-05 12:10:40 +02:00
parent eee6ca8a13
commit e234afaa94
41 changed files with 15 additions and 4 deletions
+13
View File
@@ -0,0 +1,13 @@
.PHONY: build clean install
clean:
rm -rf build
build:
cmake -B build
cmake --build build
install:
DESTDIR=$(DESTDIR) cmake --install build
include ../Makefile.inc