Removed a couple of gotos.

Hadn't you heard?  They're considered harmful.
This commit is contained in:
Patrick J Cherry
2018-11-14 10:23:05 +00:00
parent 391a17bfcc
commit 3fe9f2c6a1
2 changed files with 7 additions and 13 deletions

View File

@@ -4,7 +4,8 @@ VPATH=src:tests/unit
DESTDIR?=/
PREFIX?=/usr/local/bin
INSTALLDIR=$(DESTDIR)/$(PREFIX)
DEBUG=1
ifdef DEBUG
CFLAGS_EXTRA=-g -DDEBUG
LDFLAGS_EXTRA=-g