Skip to content

Commit

Permalink
Merge branch 'agda:master' into Ordinal
Browse files Browse the repository at this point in the history
  • Loading branch information
LuuBluum authored Oct 30, 2023
2 parents 215d886 + b0c105f commit a104478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ AGDA_BIN?=agda
AGDA_FLAGS?=-W error
AGDA_EXEC?=$(AGDA_BIN) $(AGDA_FLAGS)
FIX_WHITESPACE?=fix-whitespace
RTS_OPTIONS=+RTS -H3G -RTS
RTS_OPTIONS=+RTS -H6G -RTS
AGDA=$(AGDA_EXEC) $(RTS_OPTIONS)
RUNHASKELL?=runhaskell
EVERYTHINGS=$(RUNHASKELL) ./Everythings.hs
Expand Down

0 comments on commit a104478

Please sign in to comment.