diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-03-19 18:23:21 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-03-19 18:23:21 -0400 |
commit | b5701445424a160f50e70b4b36846b61d2a6928d (patch) | |
tree | 40f6c69e91d348c0cd1c1f5c3db80783d3136a94 /Makefile | |
parent | b4b52cf59f8acb0fe8c3f35bb360b6c136240151 (diff) |
whoops
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ outs = $(patsubst public-src/%,public/%,\ $(srcs)))) all: $(outs) all: public/3rd-party +all: jarmon-dependencies .PHONY: all NET-%: |