build: build artifacts not being placed in build directory
This commit is contained in:
parent
4ecd8803af
commit
7b98957f63
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
|
@ -8,7 +8,7 @@ default:
|
|||
# build musician
|
||||
build:
|
||||
mkdir -p {{target}}
|
||||
ghc -O2 -o {{target}}/{{exec}} *.hs
|
||||
ghc -O2 -odir {{target}} -hidir {{target}} -o {{target}}/{{exec}} *.hs
|
||||
|
||||
# run musician
|
||||
run:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue