#!/usr/bin/make -B -f
# Usage:
#	make all
export MEID=$$Id$$

all: check_em08

clean:
	@rm check_em08

.PHONY: clean all

check_em08: check_em08.c

