box-o-sand/PracticingCpp/Makefile

7 lines
67 B
Makefile

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