aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/makefile b/makefile
index fd7b562a..a1244dba 100644
--- a/makefile
+++ b/makefile
@@ -1,9 +1,10 @@
1# $Id: makefile,v 1.22 1996/03/15 18:22:09 roberto Exp roberto $ 1# $Id: makefile,v 1.23 1996/04/25 14:01:27 roberto Exp roberto $
2 2
3#configuration 3#configuration
4 4
5# define (undefine) POPEN if your system (does not) support piped I/O 5# define (undefine) POPEN if your system (does not) support piped I/O
6CONFIG = -DPOPEN 6# define (undefine) POSIX if your system is (not) POSIX compliant
7CONFIG = -DPOPEN -DPOSIX
7# Compilation parameters 8# Compilation parameters
8CC = gcc 9CC = gcc
9CFLAGS = $(CONFIG) -I/usr/5include -Wall -Wmissing-prototypes -Wshadow -ansi -O2 10CFLAGS = $(CONFIG) -I/usr/5include -Wall -Wmissing-prototypes -Wshadow -ansi -O2