a grand renaming so that the most significant portion of the name comes first
This commit is contained in:
6
cpp-practice/Makefile
Normal file
6
cpp-practice/Makefile
Normal file
@@ -0,0 +1,6 @@
|
||||
all:
|
||||
cd ./basics && $(MAKE)
|
||||
cd ./opengl && $(MAKE)
|
||||
|
||||
|
||||
.PHONY: all
|
Reference in New Issue
Block a user