aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-09-04 01:38:14 +0200
committerMattias Andrée <maandree@operamail.com>2014-09-04 01:38:14 +0200
commit12450612405e1ae89140cb8a045aba60e698cc39 (patch)
tree72d3084fa4ab315ee4bd50bfacf7fb15cd594fb5
parentm (diff)
downloadpylibgamma-12450612405e1ae89140cb8a045aba60e698cc39.tar.gz
pylibgamma-12450612405e1ae89140cb8a045aba60e698cc39.tar.bz2
pylibgamma-12450612405e1ae89140cb8a045aba60e698cc39.tar.xz
derp
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 48c4ea0..27011ee 100644
--- a/Makefile
+++ b/Makefile
@@ -75,7 +75,7 @@ CYTHON_SRC = libgamma_native_error libgamma_native_facade libgamma_native_method
-.PHONY: all pyx-files py-files
+.PHONY: all pyc-files pyo-files so-files
all: pyc-files pyo-files so-files
pyc-files: $(foreach M,$(PYTHON_SRC),src/__pycache__/$(M).cpython-$(PY_VER).pyc)
pyo-files: $(foreach M,$(PYTHON_SRC),src/__pycache__/$(M).cpython-$(PY_VER).pyo)