wmdots: Fix typo in Makefile - use correct name for binary.
This commit is contained in:
parent
d16b8d585f
commit
01630fdc00
|
@ -5,7 +5,7 @@ OBJS = wmdots.o
|
||||||
.c.o:
|
.c.o:
|
||||||
cc -c -g -O2 -Wall $< -o $*.o
|
cc -c -g -O2 -Wall $< -o $*.o
|
||||||
|
|
||||||
wmifs: $(OBJS)
|
wmdots: $(OBJS)
|
||||||
cc -o wmdots $^ -lXext $(LIBDIR) $(LIBS)
|
cc -o wmdots $^ -lXext $(LIBDIR) $(LIBS)
|
||||||
|
|
||||||
all:: wmdots
|
all:: wmdots
|
||||||
|
|
Loading…
Reference in a new issue