added glfw and glad to the project

This commit is contained in:
Lukian 2025-01-28 10:42:14 +01:00
parent e70941e3c0
commit 4541cb7d0e
8 changed files with 8023 additions and 2 deletions

View file

@ -8,7 +8,7 @@ build: $(BUILD_DIR)/CMakeCache.txt
make -C $(BUILD_DIR)
run: build
$(BUILD_DIR)/$(EXECUTABLE)
$(EXECUTABLE)
clean:
rm -rf $(BUILD_DIR)