Files
game-of-life/src/Makefile.am

6 lines
92 B
Makefile
Raw Normal View History

2023-11-24 14:05:48 +01:00
if COND_EXPLES
MAYBE_EXPLES = exemples
endif
SUBDIRS = lib include $(MAYBE_EXPLES)