mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 09:54:16 +01:00
b08791d4fa
``` cc tools/headerversions.c tools/headerversions.c:3:10: fatal error: 'config.h' file not found #include "config.h" ^~~~~~~~~~ 1 error generated. make: *** [Makefile:299: tools/headerversions.o] Error 1 ``` And then: ``` tools/test/enum.c:1:10: fatal error: 'config.h' file not found #include "config.h" ^~~~~~~~~~ 1 error generated. make: *** [Makefile:299: tools/test/enum.o] Error 1 ``` Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> |
||
---|---|---|
.. | ||
enum.c | ||
enum.h | ||
Makefile | ||
run-test-wire.c | ||
test_cases |