box-o-sand/cpp-practice/Makefile

7 lines
67 B
Makefile

all:
cd ./basics && $(MAKE)
cd ./opengl && $(MAKE)
.PHONY: all