UNPKG
confusablematcher-js-interop
Version:
latest (4.8.0)
4.8.0
4.7.1
4.7.0
4.6.0
4.5.0
4.4.0
4.3.0
4.0.0
3.2.0
3.1.0
3.0.0
2.2.0
2.1.0
2.0.2
2.0.1
2.0.0
TypeScript NAPI Interop for ConfusableMatcher.
TETYYS/ConfusableMatcher-js-interop
confusablematcher-js-interop
/
src
/
ConfusableMatcher
/
sparsehash
/
experimental
/
Makefile
10 lines
(7 loc)
•
202 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
example: example.o libchash.o
$(CC)
$(CFLAGS)
$(LDFLAGS)
-o
$@
$^
.SUFFIXES: .c .o .h
.c.o:
$(CC)
-c
$(CPPFLAGS)
$(CFLAGS)
-o
$@
$<
example.o: example.c libchash.h
libchash.o: libchash.c libchash.h