diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -20,7 +20,8 @@ check: all bench: all $(MAKE) -C bench bench -bootstrap.sh: buildmyr +.PHONY: bootstrap +bootstrap: buildmyr ./genbootstrap.sh buildmyr: |