Added 'debug' rule, and add relevant libraries to build commands
This commit is contained in:
		
							
								
								
									
										5
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								Makefile
									
									
									
									
									
								
							| @@ -1,2 +1,5 @@ | ||||
| build: | ||||
| 	gcc pong.c -o pong -lallegro_color -lallegro_ttf -lallegro_font -lallegro_image -lallegro_primitives -lallegro | ||||
| 	gcc pong.c -o pong -lm -lallegro_color -lallegro_ttf -lallegro_font -lallegro_image -lallegro_primitives -lallegro | ||||
|  | ||||
| debug: | ||||
| 	gcc pong.c -o pong -g -lm -lallegro_color -lallegro_ttf -lallegro_font -lallegro_image -lallegro_primitives -lallegro | ||||
|   | ||||
		Reference in New Issue
	
	Block a user