diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-06-06 16:45:31 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-06-06 16:45:31 -0700 |
| commit | 2c56bd34d7afe445424336af3efc7cb4a59eec7b (patch) | |
| tree | 960d560064148d34c6c44cd91a661674ab8ca2b8 /Makefile | |
| parent | 47019164a5c6acb8c6658266252f0c9b09638a06 (diff) | |
Removed QUOTE() and cleaned up some of the macros for FUZZY and ASK
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ NAME=bb G=-g ifneq (, $(shell which ask)) -CFLAGS += -D'ASKECHO(prompt)="ask \"" prompt "\""' -D'FUZZY(prompt)="ask \"" prompt "\""' +CFLAGS += -D'ASKECHO(prompt,...)="ask " ## __VA_ARGS__ " \"" prompt "\""' -D'FUZZY(prompt,...)="ask " ## __VA_ARGS__ " \"" prompt "\""' endif all: $(NAME) |
