Update makefile for clion highlighting

This commit is contained in:
Isaac Shoebottom 2023-11-28 19:03:30 -04:00
parent 4cf7a4e698
commit 0668095e82
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@
<component name="MakefileSettings">
<option name="linkedExternalProjectsSettings">
<MakefileProjectSettings>
<option name="buildTarget" value="build" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="modules">
<set>

View File

@ -6,7 +6,7 @@ clean:
rm -f ./a.out
build:
gcc -g -O0 ./code/*.c -lm
gcc -g -O0 ./code/main.c -lm
1:
./a.out F < in/all_known_in_advance_spaces.in > student_out/f-in-advance.out && diff student_out/f-in-advance.out out/f-in-advance.out
2: