UNPKG

libvim

Version:

Standalone vim library

8 lines (5 loc) 116 B
# The most simplistic Makefile xxd: xxd.c $(CC) $(CFLAGS) $(LDFLAGS) -DUNIX -o xxd xxd.c clean: rm -f xxd xxd.o