Home
last modified time | relevance | path

Searched refs:LIBCLOSE (Results 1 – 1 of 1) sorted by relevance

/external/honggfuzz/examples/terminal-emulators/
DMakefile7 LIBCLOSE = libclose.so macro
9 all: $(BIN) $(LIBCLOSE)
14 $(LIBCLOSE): $(LIBCLOSE:.so=.c)
15 $(CC) $(CFLAGS) $(LDFLAGS) -shared -o $(LIBCLOSE) $<
18 rm -f -- $(BIN) $(LIBCLOSE)