summaryrefslogtreecommitdiff
path: root/copt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'copt/Makefile')
-rw-r--r--copt/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/copt/Makefile b/copt/Makefile
index 7a7d653..329557b 100644
--- a/copt/Makefile
+++ b/copt/Makefile
@@ -1,8 +1,9 @@
copt: copt.c
- $(CC) $(ANSI) $(CFLAGS) $(LDFLAGS) -o copt copt.c
+ $(CC) $(CFLAGS) $(LDFLAGS) -o copt copt.c
realclean clean:
rm -f *.o copt
+# $(CC) $(ANSI) $(CFLAGS) $(LDFLAGS) -o copt copt.c