summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-03-22 20:40:44 +0100
committerhut <hut@lavabit.com>2010-03-22 20:40:44 +0100
commit1295513fdf03f442881c9a0018ee95678822ff1b (patch)
tree836a76f22fb42dcd993adcb9e7184c5352a4346d /Makefile
parent361781cddf95129746c8e311cd7d1c745baaa56c (diff)
downloadranger-1295513fdf03f442881c9a0018ee95678822ff1b.tar.gz
make compile: create pyc files too
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 83ee1e3d..fb71a72a 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ VERSION = 1.0.4
 PYTHON ?= python
 DOCDIR ?= doc/pydoc
 PREFIX ?= /usr/local
-PYTHONOPTIMIZE ?= 1
+PYTHONOPTIMIZE ?= 2
 CWD = $(shell pwd)
 EDITOR ?= vim
 DEST ?= $(shell $(PYTHON) -c 'import sys; sys.stdout.write( \
@@ -30,6 +30,7 @@ all: test install
 
 compile: clean
 	@echo 'Compiling...'
+	python -m compileall -q ranger
 	PYTHONOPTIMIZE=$(PYTHONOPTIMIZE) python -m compileall -q ranger
 
 doc: cleandoc
kartik/mu/blame/mu.vim?h=hlt&id=ad8e984fd4590740cb6dc23e951848108f671aac'>^
b38d7fff ^
a6d9bd9b ^


e3894819 ^
b38d7fff ^
a6d9bd9b ^



1ae4e0d9 ^
a6d9bd9b ^
31a9d39e ^

a6d9bd9b ^
2e534c0e ^
1ae4e0d9 ^
b94f150a ^
1ae4e0d9 ^
fbf0536d ^




538831ed ^
b38d7fff ^
e3894819 ^
1ae4e0d9 ^
fc2046a1 ^
8ebe8ef6 ^
38f0b91a ^
cbbcd47f ^
70f70118 ^
04afb4b0 ^
426009da ^
b38d7fff ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69