From 9d97bc3cb3aecd3416fb7c4be3ca2f436665b696 Mon Sep 17 00:00:00 2001 From: Robert de Bath Date: Sun, 20 Jul 1997 12:16:17 +0200 Subject: Import Dev86src-0.12.4.tar.gz --- copt/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'copt') diff --git a/copt/Makefile b/copt/Makefile index 9f273a3..7a7d653 100644 --- a/copt/Makefile +++ b/copt/Makefile @@ -1,6 +1,8 @@ copt: copt.c - $(CC) $(CFLAGS) -o copt copt.c + $(CC) $(ANSI) $(CFLAGS) $(LDFLAGS) -o copt copt.c realclean clean: rm -f *.o copt + + -- cgit v1.2.1