From 12450612405e1ae89140cb8a045aba60e698cc39 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 4 Sep 2014 01:38:14 +0200 Subject: derp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3-70-g09d2