LDLIBS=-lirman
CFLAGS= -I .

PROGS=test_func test_io test_name workmanir
all: $(PROGS)
clean:
	rm -f $(PROGS)
