Files
SAE32_2024/tests/C/test-11-error-in-code/make/Makefile

8 lines
64 B
Makefile

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