Skip to content

Commit

Permalink
[ Makefile ] make local-compiled more robust
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikNordvallForsberg committed Oct 13, 2023
1 parent c8d2be7 commit b3b2e60
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,16 @@ endif
default: local

local:
git pull
runghc Generate101.hs
runghc Generate.hs

compile:
cabal build --builddir _dist

local-compiled:
git pull
./_dist/build/Generate101/Generate101
./_dist/build/Generate/Generate
local-compiled:
`cabal list-bin --builddir _dist Generate101`
`cabal list-bin --builddir _dist Generate`


deploy auto-deploy: local-compiled
smbclient //msp.cis.strath.ac.uk/msp -d 0 $(AUTHSTRING) -c $(SMBCOMMAND)
Expand Down

0 comments on commit b3b2e60

Please sign in to comment.