X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=Makefile;h=536960bafa5a5c370ed0e7f3caafdf7eff7c1529;hb=91a1f6926e2594156219c1caaf4729c5d86498a5;hp=2b243ef342eb6147ddae3f08934f6a53bfcc8a2d;hpb=7faa8a904208578672160d7b57a4b8df6520581e;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}