aligrudi / neatvi

A small vi/ex editor for editing UTF-8 text
http://litcave.rudi.ir/
305 stars 25 forks source link

All dependencies #62

Closed polluks closed 1 year ago

aligrudi commented 1 year ago

Stefan @.***> wrote:

https://github.com/aligrudi/neatvi/pull/62.patch

Thanks and sorry for the delay.

The following patch is much smaller. Does it work?

Ali

diff --git a/Makefile b/Makefile index 6e14aa6..b9b3a90 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ all: vi

conf.o: conf.h

-%.o: %.c +%.o: %.c vi.h $(CC) -c $(CFLAGS) $< vi: $(OBJS) $(CC) -o $@ $(OBJS) $(LDFLAGS)

polluks commented 1 year ago

Indeed, I optimized the dependencies.