Fix formatting in Makefile

This commit is contained in:
eyedeekay
2024-09-15 19:32:25 -04:00
parent 49182ee502
commit effca1a577

View File

@ -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