6 lines
92 B
Makefile
6 lines
92 B
Makefile
if COND_EXPLES
|
|
MAYBE_EXPLES = exemples
|
|
endif
|
|
|
|
SUBDIRS = lib include $(MAYBE_EXPLES)
|