entab.patch
text/x-patch
Filename: entab.patch
Type: text/x-patch
Part: 0
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: unified
| File | + | − |
|---|---|---|
| src/tools/entab/Makefile | 1 | 3 |
diff --git a/src/tools/entab/Makefile b/src/tools/entab/Makefile index de81818..6372971 100644 --- a/src/tools/entab/Makefile +++ b/src/tools/entab/Makefile @@ -20,9 +20,7 @@ halt.o : halt.c clean: rm -f *.o $(TARGET) log core -install: - make clean - make CFLAGS=-O +install: $(TARGET) install -s $(TARGET) $(BINDIR) rm -f $(BINDIR)/detab ln $(BINDIR)/$(TARGET) $(BINDIR)/detab