From 68dab38c2c8b000a0918f6427d6d53261a6ce5bb Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Fri, 9 Feb 2018 15:14:33 -0500 Subject: Move gfx frontends around to simplify build I forgot that you can expand variables inside variables names in make. Certainly makes some fun things possible. --- bin/gfx/none.c | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bin/gfx/none.c (limited to 'bin/gfx/none.c') diff --git a/bin/gfx/none.c b/bin/gfx/none.c new file mode 100644 index 00000000..7f78ce8a --- /dev/null +++ b/bin/gfx/none.c @@ -0,0 +1,21 @@ +/* Copyright (c) 2018, June McEnroe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + +#include + +int main() { + return EX_CONFIG; +} -- cgit 1.4.1