diff options
author | siddharth <s@ricketyspace.net> | 2022-05-22 13:40:40 -0400 |
---|---|---|
committer | siddharth <s@ricketyspace.net> | 2022-05-22 13:40:40 -0400 |
commit | c1ac95c9e05c056489a20c025ced8d22218576e2 (patch) | |
tree | 6d7eb2bc3879cba8e0f857bf436ec36f71a42a1f /Makefile | |
parent | d5b2de8b9ed0cf61a8ccf74d44d296b9cb2557aa (diff) |
Makefile: add image-push
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -20,3 +20,7 @@ clean: image: ./bin/image .PHONY: image + +image-push: + ./bin/image-push +.PHONY: image-push |