Compare commits
	
		
			2 Commits
		
	
	
		
			b760363dc9
			...
			9f1f82ad43
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 9f1f82ad43 | |||
| 0bff959f1b | 
							
								
								
									
										8
									
								
								Assignment8/.idea/.gitignore
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								Assignment8/.idea/.gitignore
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,8 @@ | |||||||
|  | # Default ignored files | ||||||
|  | /shelf/ | ||||||
|  | /workspace.xml | ||||||
|  | # Editor-based HTTP Client requests | ||||||
|  | /httpRequests/ | ||||||
|  | # Datasource local storage ignored files | ||||||
|  | /dataSources/ | ||||||
|  | /dataSources.local.xml | ||||||
							
								
								
									
										18
									
								
								Assignment8/.idea/misc.xml
									
									
									
										generated
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								Assignment8/.idea/misc.xml
									
									
									
										generated
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,18 @@ | |||||||
|  | <?xml version="1.0" encoding="UTF-8"?> | ||||||
|  | <project version="4"> | ||||||
|  |   <component name="ExternalStorageConfigurationManager" enabled="true" /> | ||||||
|  |   <component name="MakefileSettings"> | ||||||
|  |     <option name="linkedExternalProjectsSettings"> | ||||||
|  |       <MakefileProjectSettings> | ||||||
|  |         <option name="externalProjectPath" value="$PROJECT_DIR$" /> | ||||||
|  |         <option name="modules"> | ||||||
|  |           <set> | ||||||
|  |             <option value="$PROJECT_DIR$" /> | ||||||
|  |           </set> | ||||||
|  |         </option> | ||||||
|  |         <option name="version" value="2" /> | ||||||
|  |       </MakefileProjectSettings> | ||||||
|  |     </option> | ||||||
|  |   </component> | ||||||
|  |   <component name="MakefileWorkspace" PROJECT_DIR="$PROJECT_DIR$" /> | ||||||
|  | </project> | ||||||
							
								
								
									
										6
									
								
								Assignment8/.idea/vcs.xml
									
									
									
										generated
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								Assignment8/.idea/vcs.xml
									
									
									
										generated
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,6 @@ | |||||||
|  | <?xml version="1.0" encoding="UTF-8"?> | ||||||
|  | <project version="4"> | ||||||
|  |   <component name="VcsDirectoryMappings"> | ||||||
|  |     <mapping directory="$PROJECT_DIR$/.." vcs="Git" /> | ||||||
|  |   </component> | ||||||
|  | </project> | ||||||
| @@ -1,4 +1,11 @@ | |||||||
| all: | .PHONY: clean build test all | ||||||
|  |  | ||||||
|  | clean: | ||||||
|  | 	mkdir -p student_out | ||||||
|  | 	rm student_out/* | ||||||
|  | 	rm a.out | ||||||
|  |  | ||||||
|  | build: | ||||||
| 	gcc -g -O0 ./code/*.c -lm  | 	gcc -g -O0 ./code/*.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  | ||||||
| @@ -13,3 +20,6 @@ all: | |||||||
| 6: | 6: | ||||||
| 	./a.out C < in/time_dependent_second_spaces.in > student_out/c-time_dependent_second.out && diff student_out/c-time_dependent_second.out out/c-time_dependent_second.out   | 	./a.out C < in/time_dependent_second_spaces.in > student_out/c-time_dependent_second.out && diff student_out/c-time_dependent_second.out out/c-time_dependent_second.out   | ||||||
|  |  | ||||||
|  | test: build 1 2 3 4 5 6 | ||||||
|  |  | ||||||
|  | all: clean build test | ||||||
		Reference in New Issue
	
	Block a user