comparison src/Makefile @ 71:eb9be32c701c

fix leval
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sun, 05 Aug 2018 22:17:44 +0900
parents 2088fd998865
children da020c491fbb
comparison
equal deleted inserted replaced
70:a200fa7d5b70 71:eb9be32c701c
42 42
43 a09.o : a09.c 43 a09.o : a09.c
44 $(CC) -c $(CFLAGS) $(V09FLAGS) $< 44 $(CC) -c $(CFLAGS) $(V09FLAGS) $<
45 45
46 v09.o: v09.c 46 v09.o: v09.c
47 $(CC) -c $(CFLAGS) $(V09FLAGS) $< 47 $(CC) -c $(CFLAGS) -DUSE_VDISK $(V09FLAGS) $<
48 48
49 d09 : d09.c 49 d09 : d09.c
50 $(CC) -Wno-format-security $(CFLAGS) $(V09FLAGS) $< -o $@ 50 $(CC) -Wno-format-security $(CFLAGS) $(V09FLAGS) $< -o $@
51 51
52 d09.o : d09.c 52 d09.o : d09.c