Files
mckernel/test/issues/1324+1329/Makefile
Ken Sato e069694c12 mem: Fix condition of whether in McKernel
Refs: #1324, #1329
Change-Id: I72bd69dbe65928f083b24513d50d29cabf3d6dff
2019-12-02 03:12:29 +00:00

12 lines
147 B
Makefile

CFLAGS=-g
LDFLAGS=
TARGET=C1324+1329T01 C1324+1329T02 C1324+1329T03
all: $(TARGET)
test: all
./C1324+1329.sh
clean:
rm -f $(TARGET) *.o *.txt