From cc82998e8e4ecbddb9433fa6556daa357351eb87 Mon Sep 17 00:00:00 2001 From: Clortox Date: Sun, 25 Jul 2021 19:22:38 -0400 Subject: [PATCH] Add placeholder install --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 5e3c4ee..0c9a123 100644 --- a/Makefile +++ b/Makefile @@ -26,6 +26,9 @@ all : $(OBJ) .cpp.o : $(CC) $(FLAGS) $(CFLAGS) $(LIBRARIES) -c $< -o $@ +install : all + + clean : find . -type f -name '*.o' -delete rm -rf $(TARGET)