We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c83b54 commit b90a7feCopy full SHA for b90a7fe
src/test/locale/Makefile
@@ -13,6 +13,7 @@ all: $(PROGS)
13
14
clean distclean maintainer-clean:
15
rm -f $(PROGS) *.o
16
+ rm -rf tmp_check
17
for d in $(DIRS); do \
18
$(MAKE) -C $$d clean || exit; \
19
done
0 commit comments