Files
SAE32_2024/tests/C/test-11-error-in-code/bake/Bakefile

8 lines
64 B
Plaintext

all: main
main: main.c
gcc -o main main.c
clean:
rm -f main