diff options
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ config.h: dwm: ${OBJ} @echo LD $@ @${CC} -o $@ ${OBJ} ${LDFLAGS} + @strip $@ clean: @echo cleaning |
| index : dwm | ||
| dwm fork - fullscreen, suckless status bar and sensibles keybindings |
| aboutsummaryrefslogtreecommitdiffstats |
| -rw-r--r-- | Makefile | 1 |
@@ -28,6 +28,7 @@ config.h: dwm: ${OBJ} @echo LD $@ @${CC} -o $@ ${OBJ} ${LDFLAGS} + @strip $@ clean: @echo cleaning |