summaryrefslogtreecommitdiff
path: root/copt
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>2001-03-20 18:55:18 +0100
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:47:06 +0200
commit6d269edda0f49741484c1da6c71d24c031abc9ce (patch)
tree9ab1d8a21978e97ba9325f393c945cf9522b2987 /copt
parent4b55feb026b1f64555d7c11c2840fddd8fd029fe (diff)
downloaddev86-6d269edda0f49741484c1da6c71d24c031abc9ce.tar.gz
Import Dev86src-0.15.5.tar.gzv0.15.5
Diffstat (limited to 'copt')
-rw-r--r--copt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/copt/Makefile b/copt/Makefile
index 329557b..ae886fb 100644
--- a/copt/Makefile
+++ b/copt/Makefile
@@ -1,6 +1,6 @@
copt: copt.c
- $(CC) $(CFLAGS) $(LDFLAGS) -o copt copt.c
+ $(CC) $(ANSI) $(CFLAGS) $(LDFLAGS) -o $@ $<
realclean clean:
rm -f *.o copt