Make it build and fix tests in cygwin

This commit is contained in:
Erik Ekman
2009-01-24 16:39:05 +00:00
committed by Erik Ekman
parent 352d75131f
commit 97bf71e944
8 changed files with 77 additions and 3 deletions

View File

@@ -23,5 +23,5 @@ $(TEST): $(OBJS) $(SRCOBJS)
clean:
@echo "Cleaning tests/"
@rm -f *~ *.core $(TEST) $(OBJS)
@rm -f *~ *.core $(TEST){,exe} $(OBJS)