diff options
author | Remi Collet <remi@remirepo.net> | 2018-02-26 11:02:22 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-02-26 11:02:22 +0100 |
commit | 692c12c3c5cb628e9974ef69da1d5c557eab4ec7 (patch) | |
tree | 6c830de5fb2ba788d26ee7411974565061570b6d /Makefile | |
parent | 28a6ebf0704658f48dad744ba798b5bfb45504a4 (diff) |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ SRCDIR := $(shell pwd) NAME := $(shell basename $(SRCDIR)) -include ../common/Makefile +include ../../common/Makefile |