Skip to content

Commit

Permalink
Improve the build script
Browse files Browse the repository at this point in the history
  • Loading branch information
duplode committed Jan 15, 2024
1 parent 60c2ecc commit f17e8f7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/sh
#cp xinitrc ~/.xinitrc
#cp Xresources ~/.Xresources
cabal exec ghc -- --make -no-keep-hi-files -no-keep-o-files xmonad.hs -o $1 # ~/.local/bin/xmonad
cd "$HOME/.xmonad" && cabal build || exit
ln -sfT "$(cabal list-bin xmonad)" "$1"

0 comments on commit f17e8f7

Please sign in to comment.