KnRBookExercises/Makefile

11 lines
110 B
Makefile
Raw Normal View History

all: subdirs
SUBDIRS = Chapter1
.PHONY: subdirs $(SUBDIRS)
subdirs: $(SUBDIRS)
$(SUBDIRS):
$(MAKE) -C $@