diff --git a/tests/C/test-01-from-nothing/bake/Bakefile b/tests/C/test-01-from-nothing/bake/Bakefile index 2d7c69f..4845081 100644 --- a/tests/C/test-01-from-nothing/bake/Bakefile +++ b/tests/C/test-01-from-nothing/bake/Bakefile @@ -1,5 +1,5 @@ main: main.c - gcc -o main main.c + gcc -o main main.c clean: rm main \ No newline at end of file