small makefile tweaks
This commit is contained in:
		
							parent
							
								
									af208844b5
								
							
						
					
					
						commit
						6a2c4c9084
					
				
							
								
								
									
										8
									
								
								makefile
									
									
									
									
									
								
							
							
						
						
									
										8
									
								
								makefile
									
									
									
									
									
								
							| 
						 | 
					@ -15,8 +15,8 @@ SRC=rosenrot.c
 | 
				
			||||||
CONFIG=config.h
 | 
					CONFIG=config.h
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Plugins
 | 
					# Plugins
 | 
				
			||||||
# include plugins/plugins.mk
 | 
					include plugins/plugins.mk
 | 
				
			||||||
PLUGINS=./plugins/stand_in/stand_in.c
 | 
					# PLUGINS=./plugins/stand_in/stand_in.c
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Formatter
 | 
					## Formatter
 | 
				
			||||||
STYLE_BLUEPRINT=webkit
 | 
					STYLE_BLUEPRINT=webkit
 | 
				
			||||||
| 
						 | 
					@ -77,10 +77,10 @@ fast: $(SRC) $(PLUGINS) $(CONFIG)
 | 
				
			||||||
	$(CC) $(WARNINGS) $(OPTIMIZED_MORE) -fprofile-use $(INCS) $(PLUGINS) $(SRC) -o rosenrot $(LIBS) $(ADBLOCK)
 | 
						$(CC) $(WARNINGS) $(OPTIMIZED_MORE) -fprofile-use $(INCS) $(PLUGINS) $(SRC) -o rosenrot $(LIBS) $(ADBLOCK)
 | 
				
			||||||
	rm -f *.gcda
 | 
						rm -f *.gcda
 | 
				
			||||||
 | 
					
 | 
				
			||||||
inspect: build
 | 
					inspect: rosenrot 
 | 
				
			||||||
	GTK_DEBUG=interactive ./rosenrot
 | 
						GTK_DEBUG=interactive ./rosenrot
 | 
				
			||||||
 | 
					
 | 
				
			||||||
diagnose_deprecations:
 | 
					diagnose_deprecations: rosenrot
 | 
				
			||||||
	G_ENABLE_DIAGNOSTIC=1 ./rosenrot
 | 
						G_ENABLE_DIAGNOSTIC=1 ./rosenrot
 | 
				
			||||||
 | 
					
 | 
				
			||||||
view-gtk3-version:
 | 
					view-gtk3-version:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user