Skip to content

Commit

Permalink
Merge pull request #16 from hydradatabase/jd/fix-depend-clean
Browse files Browse the repository at this point in the history
mark `.depend` as PHONY
  • Loading branch information
mkaruza authored May 2, 2024
2 parents 3cdef3a + 02ddc19 commit e55721c
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
@@ -1,4 +1,4 @@
.PHONY: duckdb install_duckdb clean_duckdb lintcheck
.PHONY: duckdb install_duckdb clean_duckdb lintcheck .depend

MODULE_big = quack
EXTENSION = quack
Expand Down

0 comments on commit e55721c

Please sign in to comment.