Files
mckernel/test/issues/1190/Makefile
Ken Sato 0a49b6eca5 Add test programs for #1190
Change-Id: Icb63e898d5882e1fab18e6af7859af50448a1d60
2019-02-14 16:25:44 +09:00

10 lines
88 B
Makefile

TARGET=
all:: $(TARGET)
test:: $(TARGET)
sh ./C1190.sh
clean::
rm -f *.o $(TARGET)