From 7aeb07ff24612b63c79107967a3054f8caf31bb9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 5 Aug 2012 16:30:24 +0200 Subject: fix path --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1e65467..13af741 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ SRCDIR := $(shell pwd) NAME := $(shell basename $(SRCDIR)) -include ../common/Makefile +include ../../../common/Makefile -- cgit