FUSRC=s:/fileutils-3.12

all: libfu.a

include libfu.mak

clean:
	rm -f *.o
	rm -f *.gdt

distclean: clean
	rm -f libfu.a
