tools: fix autotest rule
This commit is contained in:
parent
ec7e1f7c49
commit
46d53f4fcd
2
Makefile
2
Makefile
@ -127,7 +127,7 @@ all%:
|
|||||||
# auto-recompile and run (something, eg unit tests) whenever a module changes.
|
# auto-recompile and run (something, eg unit tests) whenever a module changes.
|
||||||
autotest: sp
|
autotest: sp
|
||||||
rm -f bin/hledger
|
rm -f bin/hledger
|
||||||
$(AUTOBUILD) $(MAIN) -o bin/hledger -ihledger $(BUILDFLAGS) --run --help
|
$(AUTOBUILD) $(MAIN) -o bin/hledger -ihledger $(BUILDFLAGS) --run test
|
||||||
|
|
||||||
# as above for add-on programs
|
# as above for add-on programs
|
||||||
autoweb: sp linkhledgerwebdir
|
autoweb: sp linkhledgerwebdir
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user