add dummy Makefile to compile-test header

parent 070e78b3
LIBOBJS = libfsi.o
all: libfsi.a
libfsi.a: $(LIBOBJS)
$(AR) $(ARFLAGS) $@ $^
clean:
rm -f libfsi.a *.o
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment