From c9923d272a994f2a26918b6f22c32a87fcd7cf80 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Wed, 14 Jun 2023 22:10:12 +0200 Subject: [PATCH] feat: cleanup build files --- .idea/vcs.xml | 1 - Makefile | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 267a584..35eb1dd 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -2,6 +2,5 @@ - \ No newline at end of file diff --git a/Makefile b/Makefile index cbeeb89..80582fb 100644 --- a/Makefile +++ b/Makefile @@ -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: