diff options
author | Remi Collet <remi@remirepo.net> | 2025-09-25 06:57:29 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-09-25 06:57:29 +0200 |
commit | 88fc96284f6fb32e04b79c43b170ba818ad45700 (patch) | |
tree | 33ec8f26f42256915bb9742d0298cfac714e97e8 /Makefile | |
parent | 8f543c3fc996c8ea29bfd27f0a6fc4cb77614215 (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 |