Makefile: protect .po file and gen_db files with SHA256STAMP.

And rename them so they're not cleared by `make clean`.  We leave the
old rules in place so old files get cleaned still.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2020-08-31 10:51:16 +09:30
committed by neil saitug
parent bb250358ae
commit e9a435ce82
3 changed files with 13 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
#include <wallet/db_common.h>
#include "gen_db_postgres.c"
#include "db_postgres_sqlgen.c"
#include <ccan/ccan/tal/str/str.h>
#include <ccan/endian/endian.h>
#include <lightningd/log.h>