diff options
| author | Nat Lasseter <user@4574.co.uk> | 2024-06-24 16:22:20 +0100 |
|---|---|---|
| committer | Nat Lasseter <user@4574.co.uk> | 2024-06-24 16:22:20 +0100 |
| commit | 63cee9aa6eb62afb2e8e726d2de16b76935c5f4c (patch) | |
| tree | 5f27e23aefb21ec02a230ec3d01921c599a8ea2c /Makefile | |
| parent | b7814d6822d03517fc846b95865965618be7d406 (diff) | |
Refactor camera
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,9 +1,9 @@ -rtiaw: $(wildcard *.go) - go build - out.ppm : rtiaw ./$< > $@ +rtiaw: $(wildcard *.go) + go build + .phony: view clean view: out.ppm |
