Fix Makefile bug

This commit is contained in:
Santiago Lo Coco 2024-03-17 14:48:57 +01:00
parent 637c8ce048
commit 6b037c1778
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ install: $(INSTALL_PATH)
$(INSTALL_PATH): cbattery
@echo "Installing cbattery to $(DESTDIR)"
@install -d $(DESTDIR)
@install -m 755 $< $(DESTDIR)
uninstall: