.SUFFIXES:
ROOT = ../..
-include $(ROOT)/config.mk

MOD_DIR = src/lib
TARGET = lib

include $(ROOT)/src/prog.mk

.PHONY: lib
lib: $(OBJS)
