From 207cadacd3cef42fa918981423c951f49443f032 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 3 Oct 2013 03:18:00 -0500 Subject: Switch flag generation from shell to C. This should actually generate FLAG_longopt 0 #defines for disabled bare longopts (ala ls without --color). Put temporary executables under "generated" (including instlist for install). --- toys.h | 1 + 1 file changed, 1 insertion(+) (limited to 'toys.h') diff --git a/toys.h b/toys.h index b7acc270..caf96123 100644 --- a/toys.h +++ b/toys.h @@ -64,6 +64,7 @@ #define OLDTOY(name, oldname, opts, flags) #include "generated/newtoys.h" #include "generated/oldtoys.h" +#include "generated/flags.h" #include "generated/globals.h" // These live in main.c -- cgit v1.2.3