We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0be5757 commit 597600eCopy full SHA for 597600e
Makefile
@@ -227,7 +227,7 @@ else
227
@$(missing) flex $< $@
228
endif
229
230
-dist : clean sparse.c sscan.c
+dist : clean
231
find . -name '*~' -type f -exec rm {} \;
232
cd .. && tar --transform s/$(SRC_DIR)/pgsphere-$(PGSPHERE_VERSION)/ --exclude CVS --exclude .git -czf pgsphere-$(PGSPHERE_VERSION).tar.gz $(SRC_DIR) && cd -
233
0 commit comments