yacemu/Makefile
2023-08-22 12:10:25 -05:00

9 lines
75 B
Makefile

build:
gcc ./main.c
run: build
./a.out
format:
clang-format ./*.c -i