mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-10-31 13:10:19 -04:00 
			
		
		
		
	Include mfsk.f90 in the Makefile.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6233 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
		
							parent
							
								
									f6381577e4
								
							
						
					
					
						commit
						0930a149e8
					
				| @ -13,12 +13,16 @@ FC = gfortran | ||||
| %.o: %.F90 | ||||
| 	${FC} ${FFLAGS} -c $< | ||||
| 
 | ||||
| all:    probs.out | ||||
| all:    mfsk probs.out | ||||
| 
 | ||||
| OBJS1 = prob.o binomial_subs.o | ||||
| prob:   $(OBJS1) | ||||
| 	$(FC) -o prob $(OBJS1) | ||||
| 
 | ||||
| OBJS2 = mfsk.o binomial_subs.o | ||||
| mfsk:	$(OBJS2) | ||||
| 	$(FC) -o mfsk $(OBJS2) | ||||
| 	 | ||||
| probs.out: prob | ||||
| #             x  N  X  s
 | ||||
| 	prob 35 63 40 40 > probs.out | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user