*** empty log message ***

This commit is contained in:
mpc
2004-11-07 04:12:36 +00:00
committed by zzz
parent 98b5252a2d
commit e9dbd00f42
3 changed files with 4 additions and 0 deletions

View File

@ -21,5 +21,6 @@ libsam: $(OBJS)
# Cleanup rules # Cleanup rules
# #
# WTF doesn't this remove the .depend ?!?
clean: clean:
-$(RM) -f $(LIBDIR)/libsam.a $(OBJDIR)/*.o .depend -$(RM) -f $(LIBDIR)/libsam.a $(OBJDIR)/*.o .depend

View File

@ -4,6 +4,7 @@ I need to do these things:
* Write an instruction manual * Write an instruction manual
* Make dest a dynamic string * Make dest a dynamic string
* Change SAM parser to use a hashmap * Change SAM parser to use a hashmap
* Switch to GNU Autoconf (?)
Anyone can help with these things: Anyone can help with these things:

View File

@ -2,6 +2,8 @@
v1.30 v1.30
* Added SAM_BAD_STYLE error * 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 v1.25 2004-07-31
* Created I2P-Ping, a new example program (it's a clone of I2Ping). Works * Created I2P-Ping, a new example program (it's a clone of I2Ping). Works