I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Makefile 145 B
Newer Older
  • Learn to ignore specific revisions
  • str4d's avatar
    str4d committed
    SRCS=i2psam.cpp
    OBJS=$(SRCS:.cpp=.o)
    TARGET=libi2psam.a
    
    $(TARGET): $(OBJS)
    	$(AR) $(ARFLAGS) $(TARGET) $(OBJS)
    
    clean:
    	$(RM) $(TARGET) $(OBJS)