tools: make ghci-api
This commit is contained in:
		
							parent
							
								
									5697fbbd43
								
							
						
					
					
						commit
						b744033a28
					
				
							
								
								
									
										4
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
									
									
									
									
								
							| @ -804,6 +804,10 @@ ghci-web: \ | ||||
| 		$(call def-help,ghci-web, start a GHCI REPL and load the hledger-lib, hledger and hledger-web packages) | ||||
| 	stack exec $(GHCI) -- $(BUILDFLAGS) hledger-web/app/main.hs | ||||
| 
 | ||||
| ghci-api: \ | ||||
| 		$(call def-help,ghci-api, start a GHCI REPL and load the hledger-lib, hledger and hledger-api packages) | ||||
| 	stack exec $(GHCI) -- $(BUILDFLAGS) hledger-api/hledger-api.hs | ||||
| 
 | ||||
| samplejournals: \ | ||||
| 	data/sample.journal \
 | ||||
| 	data/100x100x10.journal \
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user