diff options
| author | mtgmonkey <mtgmonkey@nixos> | 2025-12-11 22:49:07 +0100 |
|---|---|---|
| committer | mtgmonkey <mtgmonkey@nixos> | 2025-12-11 22:49:07 +0100 |
| commit | 82961432f9b49578dbe56cf0ae8db632e62cbbcb (patch) | |
| tree | d36de7ae221d74753bb4a3ea833946ead746f7d1 /Setup.hs | |
| parent | 15c587d65a51007cf6f0c7d70191ba1b3a1820c9 (diff) | |
remove Wayland; couldn't figure out
Diffstat (limited to 'Setup.hs')
| -rw-r--r-- | Setup.hs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Setup.hs b/Setup.hs deleted file mode 100644 index 938b9c1..0000000 --- a/Setup.hs +++ /dev/null @@ -1,12 +0,0 @@ -{-# LANGUAGE CPP #-} - -module Main (main) where - -import Distribution.Simple (defaultMain) -import System.Process (callCommand) - -main :: IO () -main = do - callCommand "./scripts/generate.sh" - defaultMain - callCommand "./scripts/delete-generated.sh" |
