Files
SAE32_2024/tests/C/test-14-remove-source-and-rebuild/bake/Bakefile

6 lines
85 B
Plaintext
Raw Normal View History

CC = gcc
CFLAGS = -Wall -Wextra -c
test.o: test.c
$(CC) $(CFLAGS) -o test.o test.c