Fixed if-feature-expr parser memory leak
Make test go directly to docker/main
This commit is contained in:
parent
a00e36caa2
commit
19b210b1b6
3 changed files with 9 additions and 4 deletions
|
|
@ -62,8 +62,7 @@ distclean: clean
|
|||
do (cd $$i; $(MAKE) $(MFLAGS) $@); done
|
||||
|
||||
test:
|
||||
for i in $(SUBDIRS); \
|
||||
do (cd $$i; $(MAKE) $(MFLAGS) $@); done
|
||||
$(MAKE) -C main $(MFLAGS) $@
|
||||
|
||||
depend:
|
||||
for i in $(SUBDIRS); \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue