Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b90a7fe

Browse files
committed
Clean up after tests in src/test/locale/.
Oversight in 257836a, which added these tests.
1 parent 9c83b54 commit b90a7fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/locale/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ all: $(PROGS)
1313

1414
clean distclean maintainer-clean:
1515
rm -f $(PROGS) *.o
16+
rm -rf tmp_check
1617
for d in $(DIRS); do \
1718
$(MAKE) -C $$d clean || exit; \
1819
done

0 commit comments

Comments
 (0)