diff options
| -rw-r--r-- | LICENSE | 1 | ||||
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | dwm.png | bin | 373 -> 0 bytes | 
3 files changed, 2 insertions, 1 deletions
@@ -17,6 +17,7 @@ MIT/X Consortium License  © 2015-2016 Quentin Rameau <quinq@fifth.space>  © 2015-2016 Eric Pruitt <eric.pruitt@gmail.com>  © 2016-2017 Markus Teich <markus.teich@stusta.mhn.de> +© 2019-2020 Luke Smith <luke@lukesmith.xyz>  Permission is hereby granted, free of charge, to any person obtaining a  copy of this software and associated documentation files (the "Software"), @@ -28,7 +28,7 @@ clean:  dist: clean  	mkdir -p dwm-${VERSION}  	cp -R LICENSE Makefile README config.mk\ -		dwm.1 drw.h util.h ${SRC} dwm.png transient.c dwm-${VERSION} +		dwm.1 drw.h util.h ${SRC} transient.c dwm-${VERSION}  	tar -cf dwm-${VERSION}.tar dwm-${VERSION}  	gzip dwm-${VERSION}.tar  	rm -rf dwm-${VERSION} diff --git a/dwm.png b/dwm.png Binary files differdeleted file mode 100644 index b1f9ba7..0000000 --- a/dwm.png +++ /dev/null  | 
