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 committed Dec 6, 2023
1 parent 65268ed commit d054a61
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 @@ -226,7 +226,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 d054a61

Please sign in to comment.