6 lines
137 B
Makefile
6 lines
137 B
Makefile
# Copyright (C) 2018 by Henrik Theiling, License: GPLv3, see LICENSE file
|
|
__DEFAULT__:
|
|
cd .. && $(MAKE)
|
|
|
|
.DEFAULT:
|
|
cd .. && $(MAKE) $@
|