Skip to content

Commit

Permalink
Add .DEFAULT rule for top-level extprotc$(EXE).
Browse files Browse the repository at this point in the history
  • Loading branch information
mfp committed Sep 23, 2017
1 parent d9cb8ef commit 6659659
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions OMakefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ BASE = $(dir .)
extprotc$(EXE): compiler/extprotc$(EXE)
cp $^ $@

.DEFAULT: extprotc$(EXE)

.PHONY: install
install:
$(INSTALL) compiler/extprotc$(EXE) $(prefix)/bin/
Expand Down

0 comments on commit 6659659

Please sign in to comment.