Fix formatting in Makefile
This commit is contained in:
4
Makefile
4
Makefile
@ -5,11 +5,11 @@ OBJS=$(SRCS:.cpp=.o)
|
|||||||
TARGET=libi2psam.a
|
TARGET=libi2psam.a
|
||||||
|
|
||||||
$(TARGET): $(OBJS)
|
$(TARGET): $(OBJS)
|
||||||
$(AR) $(ARFLAGS) $(TARGET) $(OBJS)
|
$(AR) $(ARFLAGS) $(TARGET) $(OBJS)
|
||||||
|
|
||||||
LOADLIBES=-L./ -li2psam
|
LOADLIBES=-L./ -li2psam
|
||||||
|
|
||||||
eepget: eepget.cpp $(TARGET)
|
eepget: eepget.cpp $(TARGET)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) $(TARGET) $(OBJS) eepget
|
$(RM) $(TARGET) $(OBJS) eepget
|
||||||
|
Reference in New Issue
Block a user