Files
SAE32_2024/tests/C/test-13-dependancy-dont-exist/make/Makefile

7 lines
68 B
Makefile
Raw Normal View History

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