simplify Makefile
This commit is contained in:
		
							parent
							
								
									b46d02bfd7
								
							
						
					
					
						commit
						e30692da88
					
				
							
								
								
									
										4
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
									
									
									
									
								
							| @ -24,9 +24,9 @@ config.h: | ||||
| 	@echo creating $@ from config.def.h | ||||
| 	@cp config.def.h $@ | ||||
| 
 | ||||
| dunst: draw.o dunst.o container.o dunst_dbus.o utils.o options.o | ||||
| dunst: ${OBJ} | ||||
| 	@echo CC -o $@ | ||||
| 	@${CC} ${CFLAGS} -o $@ dunst.o draw.o container.o dunst_dbus.o options.o utils.o ${LDFLAGS} | ||||
| 	@${CC} ${CFLAGS} -o $@ ${OBJ} ${LDFLAGS} | ||||
| 
 | ||||
| clean: | ||||
| 	@echo cleaning | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Sascha Kruse
						Sascha Kruse