mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-20 15:24:26 +01:00
14 lines
627 B
Diff
14 lines
627 B
Diff
--- Makefile.bak 2010-08-01 23:57:31.057782359 +0200
|
|
+++ Makefile 2010-08-02 00:03:56.841550413 +0200
|
|
@@ -9,8 +9,10 @@
|
|
# 'make ipod' and 'make iphone' will run 'ldid -S' on the files in addition to everything else.
|
|
|
|
CC=gcc
|
|
-CFLAGS=-Wall -ansi -std=c89 -g #-DTESTMEMORY #-DTEST # Note: -DTESTMEMORY and -DTEST should be removed for final versions
|
|
+COMMON_CFLAGS=-ansi -std=c89
|
|
+CFLAGS?=-Wall -g #-DTESTMEMORY #-DTEST # Note: -DTESTMEMORY and -DTEST should be removed for final versions
|
|
LIBS=
|
|
+CFLAGS+=$(COMMON_CFLAGS)
|
|
|
|
all: nbquery nbsniff dnsxss dnslogger dnscat dnstest samples_build
|
|
@echo Compile should be complete
|