Flatten this repo
This commit is contained in:
		
							parent
							
								
									e119f7b24e
								
							
						
					
					
						commit
						a602d96028
					
				
							
								
								
									
										6
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @ -1 +1,5 @@ | ||||
| */data/*.c | ||||
| data/*.c | ||||
| fatal_text_adventure_linux | ||||
| fatal_text_adventure_windows.exe | ||||
| fatal_text_adventure_linux.zip | ||||
| fatal_text_adventure_windows.zip | ||||
							
								
								
									
										4
									
								
								01_text_adventure/.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								01_text_adventure/.gitignore
									
									
									
									
										vendored
									
									
								
							| @ -1,4 +0,0 @@ | ||||
| fatal_text_adventure_linux | ||||
| fatal_text_adventure_windows.exe | ||||
| fatal_text_adventure_linux.zip | ||||
| fatal_text_adventure_windows.zip | ||||
| @ -2,7 +2,7 @@ CC=gcc | ||||
| CFLAGS=-Wall -lraylib -lm -lpthread -ldl -lX11 | ||||
| 
 | ||||
| WIN_CC=x86_64-w64-mingw32-gcc | ||||
| WIN_LIB=-L../lib -I../include -Wall -lraylib -lopengl32 -lgdi32 -lwinmm -lcomdlg32 -lole32 | ||||
| WIN_LIB=-Llib -Iinclude -Wall -lraylib -lopengl32 -lgdi32 -lwinmm -lcomdlg32 -lole32 | ||||
| WIN_CFLAGS=-Wall -lraylib -lm -lpthread | ||||
| 
 | ||||
| GAME=fatal_text_adventure | ||||
| @ -37,7 +37,9 @@ run_win: $(GAME)_windows.exe | ||||
| 
 | ||||
| clean: | ||||
| 	rm -f ./$(GAME)_linux | ||||
| 	rm -f ./$(GAME)_linux.zip | ||||
| 	rm -f ./$(GAME)_windows.exe | ||||
| 	rm -f ./$(GAME)_windows.zip | ||||
| 	rm -f ./data/*.c | ||||
| 
 | ||||
| $(GAME)_linux.zip: $(GAME)_linux | ||||
| Before Width: | Height: | Size: 7.0 KiB After Width: | Height: | Size: 7.0 KiB | 
| Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 6.5 KiB | 
| Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 6.4 KiB | 
		Loading…
	
		Reference in New Issue
	
	Block a user