aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2015-09-09 16:29:11 +1200
committerDavid Phillips <dbphillipsnz@gmail.com>2015-09-09 16:29:11 +1200
commit972b1a1b0fe2dff12cfd8cc6874bfa398c1a58b5 (patch)
treef63467e97bdc126b1295931e21ef9701adb02be1
parent8e947db6be8e79607ecddaa9bafbd7f29940a187 (diff)
downloadparamano-972b1a1b0fe2dff12cfd8cc6874bfa398c1a58b5.tar.xz
Removed hangover recipes in Makefile for old debug stuff
-rw-r--r--Makefile11
1 files changed, 1 insertions, 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 \