diff options
-rw-r--r-- | Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
@@ -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 \ |