Fixed Makefile
This commit is contained in:
		
							parent
							
								
									2e1d752777
								
							
						
					
					
						commit
						fe281548fc
					
				
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							| @ -13,7 +13,7 @@ SRC = image.c main.c options.c thumbs.c util.c window.c | |||||||
| OBJ = $(SRC:.c=.o) | OBJ = $(SRC:.c=.o) | ||||||
| 
 | 
 | ||||||
| sxiv:	$(OBJ) | sxiv:	$(OBJ) | ||||||
| 	$(CC) $(LDFLAGS) -o $@ $^ $(LIBS) | 	$(CC) $(LDFLAGS) -o $@ $(OBJ) $(LIBS) | ||||||
| 
 | 
 | ||||||
| .c.o: Makefile config.h | .c.o: Makefile config.h | ||||||
| 	$(CC) $(CFLAGS) -c -o $@ $< | 	$(CC) $(CFLAGS) -c -o $@ $< | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Bert
						Bert