draw bar on exposure ;)
This commit is contained in:
		
							parent
							
								
									82384e385e
								
							
						
					
					
						commit
						59b4a5e4ca
					
				
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							| @ -29,7 +29,7 @@ dwm: ${OBJ} | ||||
| 	@${CC} -o $@ ${OBJ} ${LDFLAGS} | ||||
| 
 | ||||
| clean: | ||||
| 	rm -f dwm *.o core | ||||
| 	rm -f dwm *.o core dwm-${VERSION}.tar.gz | ||||
| 
 | ||||
| dist: clean | ||||
| 	mkdir -p dwm-${VERSION} | ||||
|  | ||||
							
								
								
									
										10
									
								
								config.mk
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								config.mk
									
									
									
									
									
								
							| @ -14,12 +14,12 @@ VERSION = 0.1 | ||||
| LIBS = -L${PREFIX}/lib -L/usr/lib -lc -L${X11LIB} -lX11 | ||||
| 
 | ||||
| # Linux/BSD
 | ||||
| CFLAGS = -Os -I. -I${PREFIX}/include -I/usr/include -I${X11INC} \
 | ||||
| 	-DVERSION=\"${VERSION}\" | ||||
| LDFLAGS = ${LIBS} | ||||
| #CFLAGS = -g -Wall -O2 -I. -I${PREFIX}/include -I/usr/include -I${X11INC} \
 | ||||
| #CFLAGS = -Os -I. -I${PREFIX}/include -I/usr/include -I${X11INC} \
 | ||||
| #	-DVERSION=\"${VERSION}\"
 | ||||
| #LDFLAGS = -g ${LIBS}
 | ||||
| #LDFLAGS = ${LIBS}
 | ||||
| CFLAGS = -g -Wall -O2 -I. -I${PREFIX}/include -I/usr/include -I${X11INC} \
 | ||||
| 	-DVERSION=\"${VERSION}\" | ||||
| LDFLAGS = -g ${LIBS} | ||||
| 
 | ||||
| 
 | ||||
| # Solaris
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Anselm R. Garbe
						Anselm R. Garbe