diff options
author | Remi Collet <remi@remirepo.net> | 2018-05-15 09:46:10 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-05-15 09:46:10 +0200 |
commit | 6ce173a8b929523535a956ef37e74a015eeef6dc (patch) | |
tree | 4061780e91272a2a020b70cfcf7715a7eb01c665 /Makefile | |
parent | 42373308308961b2be4ea0ed1cb5429c3c86d240 (diff) |
v0.9.0
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 |