Files
SAE32_2024/tests/C/test-01-from-nothing/make/Makefile

5 lines
50 B
Makefile

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