diff --git a/Makefile b/Makefile index a2d4b0d..7a28887 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ endif %.o:%.c $(HDRS) $(CC) -c -o $@ $< $(CFLAGS) -DVERSION=\"$(VERSION)\" -menu-helper: $(OBJS) $(HDRS) +menu-helper: $(OBJS) $(CC) -o $@ $^ $(LDFLAGS) .PHONY: clean distclean install