From 01630fdc00da9d7320107141393e9d7cb072ee9b Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Fri, 24 Feb 2017 22:42:33 -0500 Subject: [PATCH] wmdots: Fix typo in Makefile - use correct name for binary. --- wmdots/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmdots/Makefile b/wmdots/Makefile index 8a1c0f4..077aba2 100755 --- a/wmdots/Makefile +++ b/wmdots/Makefile @@ -5,7 +5,7 @@ OBJS = wmdots.o .c.o: cc -c -g -O2 -Wall $< -o $*.o -wmifs: $(OBJS) +wmdots: $(OBJS) cc -o wmdots $^ -lXext $(LIBDIR) $(LIBS) all:: wmdots