simplified Makefile
This commit is contained in:
		
							
								
								
									
										4
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
									
									
									
									
								
							| @@ -8,10 +8,10 @@ OBJ = ${SRC:.c=.o} | ||||
| MAN1 = dwm.1  | ||||
| BIN = dwm | ||||
|  | ||||
| all: config dwm | ||||
| all: options dwm | ||||
| 	@echo finished | ||||
|  | ||||
| config: | ||||
| options: | ||||
| 	@echo dwm build options: | ||||
| 	@echo "LIBS     = ${LIBS}" | ||||
| 	@echo "CFLAGS   = ${CFLAGS}" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user