Skip to content

Commit

Permalink
Ensure update_source always works from a clean state (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlinsley authored Aug 14, 2024
1 parent fdbe27d commit 8c00be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c00be8

Please sign in to comment.