From 276f1eea2c303a4c9e811f05facbe29deed43a85 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sun, 25 Apr 1999 20:54:55 +0000 Subject: [PATCH] Minor details fixed. --- tests/makefile.cygwin | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/tests/makefile.cygwin b/tests/makefile.cygwin index 62c4b290..84cd3c71 100644 --- a/tests/makefile.cygwin +++ b/tests/makefile.cygwin @@ -8,9 +8,6 @@ # cl -? described the options CC = gcc -mno-cygwin -mpentium -# No general LDFLAGS needes -LDFLAGS = /link - GLIB_VER = 1.3 CFLAGS = -I.. -DHAVE_CONFIG_H @@ -38,13 +35,10 @@ all : $(TESTS) .c.exe : $(CC) $(CFLAGS) -c $< - $(CC) $(CFLAGS) -o $@ $< -L.. -lglib-$(GLIB_VER) -lmsvcrt + $(CC) $(CFLAGS) -o $@ $< -L.. -lglib-$(GLIB_VER) check: all @for P in $(TESTS) ; do echo $$P; ./$$P; done clean: - rm *.exe - rm *.o - rm *.dll - rm *.exp + -rm *.exe *.o -- 2.34.1