summaryrefslogtreecommitdiff
path: root/copt
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>1997-07-20 12:16:17 +0200
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:39:55 +0200
commit9d97bc3cb3aecd3416fb7c4be3ca2f436665b696 (patch)
treeb1e5b67ef9e065efb6a4c9977ecfac8dedbad39b /copt
parente63c244cb22bf48ca1d2695784a072269d19ea96 (diff)
downloaddev86-9d97bc3cb3aecd3416fb7c4be3ca2f436665b696.tar.gz
Import Dev86src-0.12.4.tar.gzv0.12.4
Diffstat (limited to 'copt')
-rw-r--r--copt/Makefile4
1 files changed, 3 insertions, 1 deletions
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
+
+