diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-11-25 11:18:09 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-11-25 11:18:09 +0000 |
commit | ec0b78912a02dbbdc8e0db9285a9f202a5567418 (patch) | |
tree | 1330b13ee0bb8cfb63dc006edb930a9ce677bfa3 | |
parent | 5883745ca5dca8f4e79b4359b0651e1a693a6fcd (diff) | |
download | urpmi-ec0b78912a02dbbdc8e0db9285a9f202a5567418.tar urpmi-ec0b78912a02dbbdc8e0db9285a9f202a5567418.tar.gz urpmi-ec0b78912a02dbbdc8e0db9285a9f202a5567418.tar.bz2 urpmi-ec0b78912a02dbbdc8e0db9285a9f202a5567418.tar.xz urpmi-ec0b78912a02dbbdc8e0db9285a9f202a5567418.zip |
Add recursive targets
-rw-r--r-- | po/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/po/Makefile b/po/Makefile index a34169a7..cf8c22f0 100644 --- a/po/Makefile +++ b/po/Makefile @@ -45,3 +45,7 @@ install: all clean: @rm -rf *~ *.mo $(GOALS) $(PGOAL)_tmp.pot + +test: + +realclean: clean |