mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
README for refint.c and example of using.
This commit is contained in:
@ -14,6 +14,7 @@ TARGETS= refint$(DLSUFFIX) refint.sql
|
||||
CLEANFILES+= $(TARGETS)
|
||||
|
||||
all:: $(TARGETS)
|
||||
rm -f *.obj *.pic
|
||||
|
||||
%.sql: %.source
|
||||
rm -f $@; \
|
||||
@ -22,4 +23,4 @@ all:: $(TARGETS)
|
||||
-e "s:_DLSUFFIX_:$(DLSUFFIX):g" < $< > $@
|
||||
|
||||
clean:
|
||||
rm -f $(TARGETS) refint.o
|
||||
rm -f $(TARGETS) *.[op]*
|
||||
|
Reference in New Issue
Block a user