Skip to content
Snippets Groups Projects
Unverified Commit 9030aa53 authored by Guangshuo Chen's avatar Guangshuo Chen Committed by GitHub
Browse files

bugfix on find command

parent 6a577e5a
No related branches found
No related tags found
No related merge requests found
.PHONY:all %.all install %.install clean %.clean cleandist %.cleandist release
SUBMAKE:=make -s -C
SUBMAKABLE:=$(shell find -mindepth 2 -name '[Mm]akefile' | sed 's%^./%%;s%/[^/]*%%')
SUBMAKABLE:=$(shell find . -mindepth 2 -name '[Mm]akefile' | sed 's%^./%%;s%/[^/]*%%')
define submake
@tput setaf 3
@echo make[$1] $2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment