From 4adb3879ae268fb31c88389100cf24447c22d134 Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Tue, 23 Feb 1999 12:48:07 +0000 Subject: Include `po' in `make clean'. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bdd1a56..bb81755 100644 --- a/Makefile +++ b/Makefile @@ -130,6 +130,7 @@ update: all installbin installdata clean: rm -f *.o DEADJOE config.new *~ *.orig lib/*.o @for i in $(SUBDIRS); do (cd $$i && make clean) ; done + @cd po && make clean cleanconfig: rm -f config.h -- cgit v1.2.3-65-gdbad