Files
SAE32_2024/tests/C/test-01-from-nothing/Bakefile

4 lines
60 B
Plaintext

FLAGS = -ansi -pedabtic
main: main.c
gcc -o main main.c