mirror of
https://codeberg.org/privacy1st/exec-notify
synced 2024-12-22 23:16:04 +01:00
feat: cleanup build files
This commit is contained in:
parent
2376296b86
commit
c9923d272a
1
.idea/vcs.xml
generated
1
.idea/vcs.xml
generated
@ -2,6 +2,5 @@
|
|||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="VcsDirectoryMappings">
|
<component name="VcsDirectoryMappings">
|
||||||
<mapping directory="" vcs="Git" />
|
<mapping directory="" vcs="Git" />
|
||||||
<mapping directory="$PROJECT_DIR$/packaging/src/exec-notify" vcs="Git" />
|
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
2
Makefile
2
Makefile
@ -6,7 +6,7 @@ all: install
|
|||||||
.PHONY: install
|
.PHONY: install
|
||||||
install: ## Install with pacman (on Arch Linux)
|
install: ## Install with pacman (on Arch Linux)
|
||||||
sudo pacman -S --needed base-devel
|
sudo pacman -S --needed base-devel
|
||||||
cd packaging && makepkg -fCcsri
|
cd packaging && makepkg -fCcsri && rm -rf $(PKGNAME)
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
|
Loading…
Reference in New Issue
Block a user