summaryrefslogtreecommitdiff
blob: fe489d46ede969ddffb7966946427b56593a02b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- Makefile.orig	2009-08-07 23:44:55.000000000 +1200
+++ Makefile	2009-08-07 23:45:43.000000000 +1200
@@ -5,9 +5,8 @@
 #
 # Marty Lamb
 
-CC=gcc
 WIN32_CC=/usr/local/mingw32/bin/mingw32-gcc
-CFLAGS=-Wall -pedantic -s -O3
+CFLAGS+=-Wall
 
 ng: src/c/ng.c
 	@echo "Building ng client.  To build a Windows binary, type 'make ng.exe'"