fixup! Add service(8).

This commit is contained in:
Jonas 'Sortie' Termansen 2024-05-12 20:21:38 +02:00
parent 017e6fe13e
commit dc7894d61e
1 changed files with 1 additions and 1 deletions

View File

@ -31,4 +31,4 @@ install: all
install $(MANPAGES8) $(DESTDIR)$(MANDIR)/man8
clean:
rm -f $(BINARY) service $(OBJS) *.o
rm -f $(BINARIES) $(OBJS) *.o