*** empty log message ***

This commit is contained in:
2006-04-14 11:13:06 +00:00
parent c5dd529c73
commit 6dd18f6e07
3 changed files with 27 additions and 2 deletions

View File

@ -6,7 +6,7 @@ CC = cc
CFLAGS = -Xc -a ansi -O2 -I../.. -D__STAND_ALONE
all: $(OBJS)
ar cr $(OUT) $(OBJS)
clean:
rm -rf $(OBJS) $(OUT) *.obj