- add test5 to the list

This commit is contained in:
Bryce Denney 2002-10-11 17:29:23 +00:00
parent 48540356e8
commit c607035a27

View File

@ -1,4 +1,4 @@
SUBDIRS = test1-static test2-dynamic test3-twomodules test4-interdep
SUBDIRS = test1-static test2-dynamic test3-twomodules test4-interdep test5-execsymbols
all:
for i in $(SUBDIRS); do make -C $$i all; done