"make continuous" recompiles and runs whenever a module changes. you rock happs guys.
This commit is contained in:
		
							parent
							
								
									f696edd502
								
							
						
					
					
						commit
						726594f09a
					
				
							
								
								
									
										4
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
									
									
									
									
								
							| @ -10,6 +10,10 @@ build: tag | |||||||
| buildopt opt: clean | buildopt opt: clean | ||||||
| 	$(BUILDOPT) | 	$(BUILDOPT) | ||||||
| 
 | 
 | ||||||
|  | # build and run whenever a module changes, see http://searchpath.org
 | ||||||
|  | continuous: | ||||||
|  | 	sp -o hledger ghc --make hledger.hs --run | ||||||
|  | 
 | ||||||
| profile: build | profile: build | ||||||
| 	$(PROFILE) | 	$(PROFILE) | ||||||
| 	mv hledger.prof profs/$(TIME).prof | 	mv hledger.prof profs/$(TIME).prof | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user