wmdots: Fix typo in Makefile - use correct name for binary.

This commit is contained in:
Doug Torrance 2017-02-24 22:42:33 -05:00 committed by Carlos R. Mafra
parent d16b8d585f
commit 01630fdc00
1 changed files with 1 additions and 1 deletions

View File

@ -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