From 972b1a1b0fe2dff12cfd8cc6874bfa398c1a58b5 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Wed, 9 Sep 2015 16:29:11 +1200 Subject: Removed hangover recipes in Makefile for old debug stuff --- Makefile | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/Makefile b/Makefile index 0dc7028..e2ece60 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,7 @@ LDFLAGS += -lgtk-3 \ ######################################################################## # Phony targets -.PHONY: all debug lang paramano-extra clean strip install +.PHONY: all lang paramano-extra clean strip install ######################################################################## @@ -81,15 +81,6 @@ all: paramano paramano-set lang paramano-extra ######################################################################## -# Make entire suite, with a huge amount of debug messages compiled-in -# Seriously, don't use this feature unless you're actually having a -# bug. It'll flood your system journal with repetitive, boring drivel -debug: - make all CFLAGS="$(CFLAGS) -DDEBUG" -######################################################################## - - -######################################################################## # Make main paramano system tray program paramano: bat_tray.o \ common.o \ -- cgit v1.1