11112
This commit is contained in:
		
							parent
							
								
									fec075db16
								
							
						
					
					
						commit
						af46954a3c
					
				@ -1,5 +1,5 @@
 | 
				
			|||||||
CC = gcc
 | 
					CC = gcc
 | 
				
			||||||
CFLAGS = -Wall -std=c99 -g -I/usr/include -I/usr/include/ncursesw
 | 
					CFLAGS = -Wall -std=c99 -g -I/usr/include -I/usr/include/ncursesw -c main.c
 | 
				
			||||||
LDFLAGS = -lncurses
 | 
					LDFLAGS = -lncurses
 | 
				
			||||||
 | 
					
 | 
				
			||||||
OBJS = main.o game.o world.o
 | 
					OBJS = main.o game.o world.o
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user