Update makefile for clion highlighting
This commit is contained in:
parent
4cf7a4e698
commit
0668095e82
@ -4,6 +4,7 @@
|
|||||||
<component name="MakefileSettings">
|
<component name="MakefileSettings">
|
||||||
<option name="linkedExternalProjectsSettings">
|
<option name="linkedExternalProjectsSettings">
|
||||||
<MakefileProjectSettings>
|
<MakefileProjectSettings>
|
||||||
|
<option name="buildTarget" value="build" />
|
||||||
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
||||||
<option name="modules">
|
<option name="modules">
|
||||||
<set>
|
<set>
|
||||||
|
@ -6,7 +6,7 @@ clean:
|
|||||||
rm -f ./a.out
|
rm -f ./a.out
|
||||||
|
|
||||||
build:
|
build:
|
||||||
gcc -g -O0 ./code/*.c -lm
|
gcc -g -O0 ./code/main.c -lm
|
||||||
1:
|
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
|
./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:
|
2:
|
||||||
|
Loading…
Reference in New Issue
Block a user