From a21f0b7eb0a3991688b0c10c4731cb77ffeb2070 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 21 Apr 2017 09:13:41 +0200 Subject: v0.9.6 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1e65467..91b0fd5 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ SRCDIR := $(shell pwd) NAME := $(shell basename $(SRCDIR)) -include ../common/Makefile +include ../../common/Makefile -- cgit