Split compilation config options into separate config file

This commit is contained in:
2025-08-14 22:35:11 +03:00
parent 5181c43ecf
commit 812caa1485
8 changed files with 58 additions and 35 deletions
+1
View File
@@ -21,6 +21,7 @@ install: build/bpm config/
# Install files
install -Dm755 build/bpm $(DESTDIR)$(BINDIR)/bpm
install -Dm644 config/bpm.conf $(DESTDIR)$(SYSCONFDIR)/bpm.conf
install -Dm644 config/bpm-compilation.conf $(DESTDIR)$(SYSCONFDIR)/bpm-compilation.conf
uninstall:
rm $(DESTDIR)$(BINDIR)/bpm