diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-09-04 01:38:14 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-09-04 01:38:14 +0200 |
commit | 12450612405e1ae89140cb8a045aba60e698cc39 (patch) | |
tree | 72d3084fa4ab315ee4bd50bfacf7fb15cd594fb5 | |
parent | m (diff) | |
download | pylibgamma-12450612405e1ae89140cb8a045aba60e698cc39.tar.gz pylibgamma-12450612405e1ae89140cb8a045aba60e698cc39.tar.bz2 pylibgamma-12450612405e1ae89140cb8a045aba60e698cc39.tar.xz |
derp
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |