Files
SAE32_2024/tests/C/test-05-variables/make/Makefile

5 lines
67 B
Makefile

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