Skip to content

Commit

Permalink
fix Makefile dist target
Browse files Browse the repository at this point in the history
the sparse.c and sscan.c files are now committed in src dir
  • Loading branch information
pdowler authored and vitcpp committed Dec 12, 2023
1 parent 0be5757 commit 597600e
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 @@ -227,7 +227,7 @@ else
@$(missing) flex $< $@
endif

dist : clean sparse.c sscan.c
dist : clean
find . -name '*~' -type f -exec rm {} \;
cd .. && tar --transform s/$(SRC_DIR)/pgsphere-$(PGSPHERE_VERSION)/ --exclude CVS --exclude .git -czf pgsphere-$(PGSPHERE_VERSION).tar.gz $(SRC_DIR) && cd -

Expand Down

0 comments on commit 597600e

Please sign in to comment.