X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=536960bafa5a5c370ed0e7f3caafdf7eff7c1529;hb=59b4a5e4cac68dfe6d245b8b708c3cb805f49f6d;hp=2b243ef342eb6147ddae3f08934f6a53bfcc8a2d;hpb=82384e385ee19fc553148f7aa73fafdcbe40461b;p=dwm.git diff --git a/Makefile b/Makefile index 2b243ef..536960b 100644 --- a/Makefile +++ b/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}