Compare commits
	
		
			2 Commits 
		
	
	
		
			2989acd716
			...
			9ebc00b0af
		
	
	| Author | SHA1 | Date | 
|---|---|---|
|  BodgeMaster | 9ebc00b0af | |
|  BodgeMaster | 24fed07369 | 
							
								
								
									
										10
									
								
								Makefile
								
								
								
								
							
							
						
						
									
										10
									
								
								Makefile
								
								
								
								
							|  | @ -1,10 +1,10 @@ | ||||||
| source = $(wildcard ./src/*.cpp) | source = $(shell find ./ -name "*.cpp") | ||||||
| headers = $(wildcard ./src/*.h) | headers = $(shell find ./ -name "*.h") | ||||||
| 
 | 
 | ||||||
| main: $(source) $(headers) | main: $(source) $(headers) | ||||||
| 	c++ $(source) $(headers) -o ./bin/minecraft -Wall -Wextra -Werror | 	c++ $(source) $(headers) -o ./bin/minecraft -Wall -Wextra | ||||||
| 
 | 
 | ||||||
| clean: | clean: | ||||||
| 	rm -r bin/ | 	rm -rv bin/ | ||||||
| 	mkdir bin/ | 	mkdir bin/ | ||||||
| 	touch bin/.placeholder | 	touch bin/.placeholder | ||||||
|  |  | ||||||
|  | @ -0,0 +1,4 @@ | ||||||
|  | # Tests | ||||||
|  | 
 | ||||||
|  | ## servers.dat | ||||||
|  | My current servers.dat as pulled from my Minecraft installation. Used for testing the NBT library until we have something better. | ||||||
										
											Binary file not shown.
										
									
								
							
		Loading…
	
		Reference in New Issue