yacemu/Makefile

9 lines
75 B
Makefile
Raw Normal View History

2023-08-22 17:10:25 +00:00
build:
gcc ./main.c
run: build
./a.out
format:
clang-format ./*.c -i