From ec6a33d36443e5de141e335730e5354dffaca59e Mon Sep 17 00:00:00 2001 From: Yomguithereal Date: Thu, 23 Aug 2018 15:42:27 +0200 Subject: [PATCH] Fixing build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4ea8902..9490c6d 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SOURCE = fog # Commands all: lint test test: build-ext unit -publish: lint test upload clean +publish: lint test build-ext upload clean build-ext: find . -name *.pyx | xargs cython