tools: define GHCI version
This commit is contained in:
		
							parent
							
								
									ebf42046d8
								
							
						
					
					
						commit
						7c204e1dfd
					
				
							
								
								
									
										5
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								Makefile
									
									
									
									
									
								
							| @ -27,6 +27,7 @@ VIEWPDF=$(BROWSE) | |||||||
| PRINT=lpr | PRINT=lpr | ||||||
| 
 | 
 | ||||||
| GHC=ghc | GHC=ghc | ||||||
|  | GHCI=ghci | ||||||
| HADDOCK=haddock | HADDOCK=haddock | ||||||
| # used for make auto, http://joyful.com/repos/searchpath
 | # used for make auto, http://joyful.com/repos/searchpath
 | ||||||
| SP=sp | SP=sp | ||||||
| @ -514,10 +515,10 @@ viewcoverage: | |||||||
| 
 | 
 | ||||||
| # get a debug prompt
 | # get a debug prompt
 | ||||||
| ghci: | ghci: | ||||||
| 	ghci $(INCLUDEPATHS) $(MAIN) | 	$(GHCI) $(INCLUDEPATHS) $(MAIN) | ||||||
| 
 | 
 | ||||||
| ghciweb: | ghciweb: | ||||||
| 	ghci $(BUILDFLAGS) $(WEBLANGEXTS) hledger-web/app/main.hs | 	$(GHCI) $(BUILDFLAGS) $(WEBLANGEXTS) hledger-web/app/main.hs | ||||||
| 
 | 
 | ||||||
| # generate standard sample journals
 | # generate standard sample journals
 | ||||||
| samplejournals: data/sample.journal data/100x100x10.journal data/1000x1000x10.journal data/1000x10000x10.journal data/10000x1000x10.journal data/10000x10000x10.journal data/100000x1000x10.journal | samplejournals: data/sample.journal data/100x100x10.journal data/1000x1000x10.journal data/1000x10000x10.journal data/10000x1000x10.journal data/10000x10000x10.journal data/100000x1000x10.journal | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user