blob: f1dbdf7fd5a4dbc33fa8a24f6788fb4ed450ebf1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- Makefile.orig 2002-08-29 19:15:37.000000000 +0300
+++ Makefile 2013-12-24 19:18:30.000000000 +0200
@@ -1,8 +1,8 @@
-CFLAGS = -g -Wall
+#CFLAGS = -g -Wall
#CFLAGS = -O2 -Wall
poster: poster.c
- gcc $(CFLAGS) -o poster poster.c -lm
+ $(CC) $(CFLAGS) -o poster poster.c -lm
# HPUX: cc -O -Aa -D_POSIX_SOURCE -o poster poster.c -lm
# Note that this program might trigger a stupid bug in the HPUX C library,
|