Skip to content
Snippets Groups Projects
Commit ac93a38c authored by nkour's avatar nkour
Browse files

-OO

parent c797d737
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment