SHELL=/bin/sh

CFLAGS= -I../Filesets/BUILDENV/usr/include

ramstat:: ramstat.c ram.h
	$(CC) -Os -o $@ ramstat.c
