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