# Makefile for libsys: miscellaneous systems-ish routines

DEST = ..
HDR = simple.h

install:
	cp $(HDR) $(DEST)/include

clean:
