Codebase list libmawk / fresh-releases/main scconfig / src / parsgen / Makefile.plugin
fresh-releases/main

Tree @fresh-releases/main (Download .tar.gz)

Makefile.plugin @fresh-releases/mainraw · history · blame

1
2
3
4
5
6
PARSGEN_CFLAGS = -DPLUGIN_PARSGEN
PARSGEN_OBJS = \
  $(BIN)/parsgen/find_parsgen.o

$(BIN)/parsgen/find_parsgen.o: $(SRC)/parsgen/find_parsgen.c
	$(CC) $(CFLAGS) -c $(SRC)/parsgen/find_parsgen.c -o $(BIN)/parsgen/find_parsgen.o