diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-06 23:18:24 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-06 23:18:24 -0500 |
commit | 4a3a404a5cb2a8d5be83e28cec5c539928fa30f4 (patch) | |
tree | b6f636ba3ed0ce486941b1b9ad67cb0973699d6b /Makefile | |
parent | 7edb003cd1c9b53ffdff11ef85532e39f08db16d (diff) |
aaaah
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -75,6 +75,9 @@ irb: irb .PHONY: irb +check: + ./check.rb + .PHONY: FORCE .DELETE_ON_ERROR: .SECONDARY: |