feat: cleanup build files

This commit is contained in:
Daniel Langbein 2023-06-14 22:10:12 +02:00
parent 2376296b86
commit c9923d272a
2 changed files with 1 additions and 2 deletions

1
.idea/vcs.xml generated
View File

@ -2,6 +2,5 @@
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
<mapping directory="$PROJECT_DIR$/packaging/src/exec-notify" vcs="Git" />
</component>
</project>

View File

@ -6,7 +6,7 @@ all: install
.PHONY: install
install: ## Install with pacman (on Arch Linux)
sudo pacman -S --needed base-devel
cd packaging && makepkg -fCcsri
cd packaging && makepkg -fCcsri && rm -rf $(PKGNAME)
.PHONY: clean
clean: