Update makefile for clion highlighting
This commit is contained in:
		
							
								
								
									
										1
									
								
								Assignment8/.idea/misc.xml
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										1
									
								
								Assignment8/.idea/misc.xml
									
									
									
										generated
									
									
									
								
							| @@ -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: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user