diff options
author | aiju <devnull@localhost> | 2017-03-28 19:48:50 +0000 |
---|---|---|
committer | aiju <devnull@localhost> | 2017-03-28 19:48:50 +0000 |
commit | 83dd98022de08fd6b7f9f041814ea40fa566a1b3 (patch) | |
tree | 6ea83c4424d0af269c0e39188522ce8bc1234c8b /sys/src/games | |
parent | 447672be5c1e3e0b972c793d243383c429240b71 (diff) |
games/blit: mkfile: install into /bin/games
Diffstat (limited to 'sys/src/games')
-rw-r--r-- | sys/src/games/blit/mkfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/games/blit/mkfile b/sys/src/games/blit/mkfile index 77aab9aa3..ee151e2a4 100644 --- a/sys/src/games/blit/mkfile +++ b/sys/src/games/blit/mkfile @@ -1,6 +1,6 @@ </$objtype/mkfile -BIN=/$objtype/bin +BIN=/$objtype/bin/games TARG=blit HFILES=dat.h fns.h OFILES=\ |