diff options
| author | Vadim B. Mikheev | 1997-09-12 02:41:15 +0000 |
|---|---|---|
| committer | Vadim B. Mikheev | 1997-09-12 02:41:15 +0000 |
| commit | f1861395f3afb5b77b4177c992f15e237de45a71 (patch) | |
| tree | 28f1489fd3c7e15ab709dc64714216b111326083 /contrib/spi/Makefile | |
| parent | c853ca05a4c9d10cd99ceec9993044cf4b6bfe97 (diff) | |
README for refint.c and example of using.
Diffstat (limited to 'contrib/spi/Makefile')
| -rw-r--r-- | contrib/spi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/spi/Makefile b/contrib/spi/Makefile index 2784d69b9eb..8826ed23c09 100644 --- a/contrib/spi/Makefile +++ b/contrib/spi/Makefile @@ -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]* |
