*** empty log message ***
This commit is contained in:
@ -21,5 +21,6 @@ libsam: $(OBJS)
|
||||
# Cleanup rules
|
||||
#
|
||||
|
||||
# WTF doesn't this remove the .depend ?!?
|
||||
clean:
|
||||
-$(RM) -f $(LIBDIR)/libsam.a $(OBJDIR)/*.o .depend
|
||||
|
@ -4,6 +4,7 @@ I need to do these things:
|
||||
* Write an instruction manual
|
||||
* Make dest a dynamic string
|
||||
* Change SAM parser to use a hashmap
|
||||
* Switch to GNU Autoconf (?)
|
||||
|
||||
Anyone can help with these things:
|
||||
|
||||
|
@ -2,6 +2,8 @@
|
||||
|
||||
v1.30
|
||||
* Added SAM_BAD_STYLE error
|
||||
* Added "pinger.sh" shell script example for using i2p-ping
|
||||
* Various minor enhancements and bug fixes
|
||||
|
||||
v1.25 2004-07-31
|
||||
* Created I2P-Ping, a new example program (it's a clone of I2Ping). Works
|
||||
|
Reference in New Issue
Block a user