Commit 4adb3879 authored by Phil Blundell's avatar Phil Blundell

Include `po' in `make clean'.

parent ba96e164
...@@ -130,6 +130,7 @@ update: all installbin installdata ...@@ -130,6 +130,7 @@ update: all installbin installdata
clean: clean:
rm -f *.o DEADJOE config.new *~ *.orig lib/*.o rm -f *.o DEADJOE config.new *~ *.orig lib/*.o
@for i in $(SUBDIRS); do (cd $$i && make clean) ; done @for i in $(SUBDIRS); do (cd $$i && make clean) ; done
@cd po && make clean
cleanconfig: cleanconfig:
rm -f config.h rm -f config.h
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment