From 8c00be8b7ff113090a0e027e83612d6595eb0033 Mon Sep 17 00:00:00 2001 From: Sean Linsley Date: Wed, 14 Aug 2024 09:08:13 -0500 Subject: [PATCH] Ensure update_source always works from a clean state (#117) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a72d24a..7bf2582 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ $(LIBDIRGZ): mkdir -p $(LIB_TMPDIR) curl -o $(LIBDIRGZ) https://codeload.github.com/pganalyze/libpg_query/tar.gz/$(LIB_PG_QUERY_TAG) -update_source: $(LIBDIR) +update_source: clean $(LIBDIR) rm -f parser/*.{c,h} rm -fr parser/include # Reduce everything down to one directory