*** empty log message ***

This commit is contained in:
2007-01-29 06:40:29 +00:00
parent 3c8ee4017e
commit fc36473017
2 changed files with 7 additions and 3 deletions

View File

@ -15,6 +15,7 @@ all: lib
lib: $(C_OBJS)
$(AR) cr lib$(OUT).a $(C_OBJS)
if [ "$(RANLIB)" = "ranlib" ]; then ranlib libaseawk.a; fi
clean:
rm -rf $(OBJS) lib$(OUT).a *.o