diff options
| author | Teddy Wing | 2015-12-24 15:53:04 -0800 |
|---|---|---|
| committer | Teddy Wing | 2015-12-24 15:53:04 -0800 |
| commit | 00fed24a5e42a8c12c38b22241c9166b52a65117 (patch) | |
| tree | 62bbe51c3304dab29422ca093231a439a0f33297 | |
| parent | 461709646387a0a5e40e33aa9a752fcd9d411914 (diff) | |
| download | RoboFont-Equalize-Sidebearings-Key-00fed24a5e42a8c12c38b22241c9166b52a65117.tar.bz2 | |
Makefile: Add `all` target
Cleans, builds anew, and installs.
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +all: clean build install + build: sh build.sh |
