This commit is contained in:
Nikos Kouremenos 2005-04-04 23:30:33 +00:00
parent c797d737b0
commit ac93a38c15
1 changed files with 1 additions and 2 deletions

View File

@ -32,7 +32,7 @@ idle:
pyo:
ST="import py_compile\n py_compile.compile('$$f')"
for f in $(FILES_PY) ; do \
python -O -c "$$ST"; \
python -OO -c "$$ST"; \
done
clean:
@ -40,7 +40,6 @@ clean:
find -name *.mo -exec rm {} \;
$(foreach sdir, $(MODULES), make -C $(sdir) clean;)
# FIXME -- olé gorito
dist:
-rm -rf gajim-$(VERSION)
mkdir gajim-$(VERSION)