diff options
author | Alex Auvolat <alex@adnab.me> | 2016-07-13 23:11:55 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2016-07-13 23:11:55 +0200 |
commit | d09f8a08bdd9477bd463a2de03397ff56b5ce75d (patch) | |
tree | 4818750ff1fccd02f24e6f2089937190d2e6724b /Makefile | |
parent | 8a89ad4b01bafcdb64349e81fb4883a6c5f45187 (diff) | |
download | kogata-d09f8a08bdd9477bd463a2de03397ff56b5ce75d.tar.gz kogata-d09f8a08bdd9477bd463a2de03397ff56b5ce75d.zip |
Add delta wrt. function in stack dump
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ rebuild: clean all mrproper: clean run_tests: - rm build/tests/*.log + rm build/tests/*.log build/tests/*.log.err || true bam test run_qemu: all |