Makefile 122 Bytes
CC := $(CROSS_COMPILE)gcc
CFLAGS := -I../../usr/include

PROGS := mei-amt-version

all: $(PROGS)

clean:
	rm -fr $(PROGS)