From effca1a5777bb41a01b2357396023b6564d61d8c Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Sun, 15 Sep 2024 19:32:25 -0400 Subject: [PATCH] Fix formatting in Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index bc1912c..25133f5 100644 --- a/Makefile +++ b/Makefile @@ -5,11 +5,11 @@ OBJS=$(SRCS:.cpp=.o) TARGET=libi2psam.a $(TARGET): $(OBJS) - $(AR) $(ARFLAGS) $(TARGET) $(OBJS) + $(AR) $(ARFLAGS) $(TARGET) $(OBJS) LOADLIBES=-L./ -li2psam eepget: eepget.cpp $(TARGET) clean: - $(RM) $(TARGET) $(OBJS) eepget + $(RM) $(TARGET) $(OBJS) eepget