A bug for not installing mcstat is fixed.

This commit is contained in:
Yutaka Ishikawa
2018-02-25 11:46:16 +09:00
parent 0da5b76916
commit 1796c20b88
2 changed files with 8 additions and 5 deletions

View File

@ -15,16 +15,15 @@ LDFLAGS=@LDFLAGS@
VPATH=@abs_srcdir@
TARGET=mcstat
.PHONY: all clean install
all: $(TARGET)
mcexec: mcstat.c libmcexec.a
mcstat: mcstat.c
$(CC) -I${KDIR} $(CFLAGS) $(EXTRA_CFLAGS) $(LDFLAGS) -o $@ $^
clean::
$(RM) $(TARGET) *.o
.PHONY: all clean install
install::
install -m 755 mcstat $(BINDIR)