mirror of
				http://git.davidovski.xyz/dungeon-generator
				synced 2024-08-15 00:43:46 +00:00 
			
		
		
		
	fixed makefile
This commit is contained in:
		
							parent
							
								
									81fdb8ee7f
								
							
						
					
					
						commit
						3b65cbb116
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
										
									
									
									
								
							|  | @ -11,7 +11,7 @@ build: src/main.c | ||||||
| 	${CC} src/main.c src/mst.c -o ${PROG} ${FLAGS} | 	${CC} src/main.c src/mst.c -o ${PROG} ${FLAGS} | ||||||
| 
 | 
 | ||||||
| build-osx: ${PROG} | build-osx: ${PROG} | ||||||
| 	clang -framework CoreVideo -framework IOKit -framework Cocoa -framework GLUT -framework OpenGL libraylib.a ${PROG}.c -o ${PROG} | 	clang -framework CoreVideo -framework IOKit -framework Cocoa -framework GLUT -framework OpenGL libraylib.a src/main.c src/mst.c -o ${PROG} | ||||||
| 
 | 
 | ||||||
| clean: ${PROG} | clean: ${PROG} | ||||||
| 	rm ${PROG} | 	rm ${PROG} | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue