hirc

IRC client
Log | Files | Refs

commit f30ef115518c8e8f437f8086cce0a931fbb55ad1
parent d49b5e466e5b666c07298aa96791bb5b772fb2cd
Author: hhvn <dev@hhvn.uk>
Date:   Fri, 10 Dec 2021 17:48:10 +0000

Makefile: phonyfy

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -48,4 +48,4 @@ clean: .c.o: $(CC) $(CFLAGS) -c $< -$(OBJ): +.PHONY: clean install uninstall