sapling/eden/scm/contrib/xdiff/Makefile
Adam Simpkins 6f824649ff use absolute includes to the third-party xdiff code
Summary:
Update includes to the third-party xdiff.h file to use absolute includes
from the repository root.  This allows many parts of our internal build
tooling to work better, including automatic dependency processing.

Reviewed By: xavierd

Differential Revision: D19958228

fbshipit-source-id: 341dd8c94f1138cf4a387b92e1817b2a286d6aa1
2020-02-19 13:05:06 -08:00

6 lines
113 B
Makefile

xdiff: ../../lib/third-party/xdiff/*.c xdiff.c
gcc -O2 -g -std=c99 -I../../../.. -o $@ $^
clean:
-rm -f xdiff