|
|
| File: [Development] / ltp / tests / Makefile (download)
Revision 1.1, Thu Jul 27 17:26:25 2000 UTC (17 years, 3 months ago) by alaffin
Adding some new tests. |
CFLAGS+= -I../include LDFLAGS+= -L../lib -lltp SRCS=$(wildcard *.c) TARGETS=$(patsubst %.c,%,$(SRCS)) all: $(TARGETS) $(TARGETS): $(SRCS) $(CC) -o $@ $@.c $(CFLAGS) $(LDFLAGS) clean: rm -f $(TARGETS)