-
Marvell Technology
- Idaho
Highlights
- Pro
Pinned Loading
-
Github Actions Updater
Github Actions Updater 1version: 2
2updates:
3- package-ecosystem: "github-actions"
4directory: "/"
5schedule:
-
Makefile for separate source and bui...
Makefile for separate source and build directories. Compiles all .c files in src directory, places .o files in build directory, automatically tracks dependencies. 1SRC_DIR := src
2BUILD_DIR := build
3EXE := $(BUILD_DIR)/a.out
4GCC_FLAGS := -g -MMD
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.