Files
2023-12-02 21:48:00 -08:00

8 lines
79 B
Makefile

.PHONY: all
all:
mkdir -p ./bin
gcc ./src/main.c -o ./bin/main
./bin/main