Files
SAE32_2024/tests/test-12-file-dont-exist/make/Makefile

7 lines
64 B
Makefile

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