Change-Id: Ida0d1f13f4a14c2ee219325aaa4b2cac1476c991
11 lines
90 B
Makefile
11 lines
90 B
Makefile
OBJS = memtest_destroy
|
|
|
|
all:$(OBJS)
|
|
|
|
test:all
|
|
./go_test_McKernal.sh
|
|
|
|
clean:
|
|
rm $(OBJS)
|
|
|