Browse Source

using SRC instead of *.c

arg@10ksloc.org 19 năm trước cách đây
mục cha
commit
7315bb08ad
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -37,7 +37,7 @@ clean:
 dist: clean
 	mkdir -p dwm-${VERSION}
 	cp -R Makefile README LICENSE config.mk dwm.h config.*.h \
-		*.c ${MAN1} dwm-${VERSION}
+		${SRC} ${MAN1} dwm-${VERSION}
 	tar -cf dwm-${VERSION}.tar dwm-${VERSION}
 	gzip dwm-${VERSION}.tar
 	rm -rf dwm-${VERSION}