diff options
Diffstat (limited to 'packages/postgres/Makefile')
-rw-r--r-- | packages/postgres/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/postgres/Makefile b/packages/postgres/Makefile index 69cdcb822b..fec0c21d89 100644 --- a/packages/postgres/Makefile +++ b/packages/postgres/Makefile @@ -2359,6 +2359,7 @@ ifdef CLEAN_FILES -$(DEL) $(CLEAN_FILES) endif -$(DELTREE) units + -$(DELTREE) bin -$(DEL) *$(OEXT) *$(PPUEXT) *$(RSTEXT) *$(ASMEXT) *$(STATICLIBEXT) *$(SHAREDLIBEXT) *$(PPLEXT) ifneq ($(PPUEXT),.ppu) -$(DEL) *.o *.ppu *.a |