Files
SAE32_2024/tests/test-05-variables/Bakefile

5 lines
67 B
Plaintext
Raw Normal View History

FLAGS = -ansi -pedantic
main: main.c
gcc $(FLAGS) -o main main.c