Files
SAE32_2024/tests/test-28-silent/bake/Bakefile

10 lines
108 B
Plaintext

all: main
main:
echo "Compilation de main..."
touch main
clean:
- rm main
@echo "Fichiers nettoyés."