This commit is contained in:
2007-06-04 15:34:47 +00:00
parent 0cbe831e0e
commit 1673e76781

View File

@ -1,13 +1,18 @@
include ../global.mk
SOURCES = apat_parse.c \
apat_search.c \
libstki.c
SRCS=$(SOURCES)
OBJECTS= $(patsubst %.c,%.o,$(SOURCES))
LIBFILE= libapat.a
include ../global.mk
all: $(LIBFILE)
clean: