tools: fix web dev build
This commit is contained in:
		
							parent
							
								
									79f0e98186
								
							
						
					
					
						commit
						c70ba1a979
					
				
							
								
								
									
										4
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
									
									
									
									
								
							| @ -215,10 +215,10 @@ hledgerhpc: | |||||||
| # build other executables quickly
 | # build other executables quickly
 | ||||||
| 
 | 
 | ||||||
| bin/hledger-webdev: | bin/hledger-webdev: | ||||||
| 	$(GHC) -o $@ $(BUILDFLAGS) hledger-web/hledger-web.hs | 	$(GHC) -o $@ $(BUILDFLAGS) $(WEBLANGEXTS) hledger-web/app/main.hs | ||||||
| 
 | 
 | ||||||
| bin/hledger-web-production: | bin/hledger-web-production: | ||||||
| 	$(GHC) -o $@ $(BUILDFLAGS) hledger-web/hledger-web.hs | 	$(GHC) -o $@ $(BUILDFLAGS) $(WEBLANGEXTS) hledger-web/app/main.hs | ||||||
| 
 | 
 | ||||||
| # build portable releaseable binaries for gnu/linux
 | # build portable releaseable binaries for gnu/linux
 | ||||||
| linuxbinaries: 	linuxbinary-hledger \ | linuxbinaries: 	linuxbinary-hledger \ | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user