Merge pull request #88 from jpoimboe/implicit-make-clean

always rebuild core module
This commit is contained in:
Seth Jennings 2014-03-26 23:32:02 -05:00
commit 75c2601a6c
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
include ../Makefile.inc
all:
all: clean
$(MAKE) -C core
install: