Fix compile script
This commit is contained in:
		
							
								
								
									
										4
									
								
								compile
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								compile
									
									
									
									
									
								
							| @@ -12,8 +12,8 @@ LIBS="\ | ||||
| 	$(pkg-config --libs sdl2) \ | ||||
| " | ||||
| SRC="\ | ||||
| 	$(find ./src -name *.c | xargs -I{} echo -n "{} ") \ | ||||
| 	$(find intern/wizapp/src -type f -name *.c | xargs -I{} echo -n "{} ") \ | ||||
| 	$(find ./src -name "*.c" | xargs -I{} echo -n "{} ") \ | ||||
| 	$(find intern/wizapp/src -type f -name "*.c" | xargs -I{} echo -n "{} ") \ | ||||
| " | ||||
| OUT=tiffread | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user