forked from mfulz_github/qmk_firmware
		
	Partial Commit: Remove now empty Projects\Incomplete directory and add the new AVRISP project to the Projects directory makefile.
This commit is contained in:
		
							parent
							
								
									271be037b7
								
							
						
					
					
						commit
						cfe054474f
					
				@ -14,6 +14,9 @@
 | 
				
			|||||||
# code.
 | 
					# code.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
all:
 | 
					all:
 | 
				
			||||||
 | 
						make -C AVRISP clean
 | 
				
			||||||
 | 
						make -C AVRISP all
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	make -C Benito clean
 | 
						make -C Benito clean
 | 
				
			||||||
	make -C Benito all
 | 
						make -C Benito all
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -24,6 +27,7 @@ all:
 | 
				
			|||||||
	make -C MissileLauncher all
 | 
						make -C MissileLauncher all
 | 
				
			||||||
 | 
					
 | 
				
			||||||
%:
 | 
					%:
 | 
				
			||||||
 | 
						make -C AVRISP $@
 | 
				
			||||||
	make -C Benito $@
 | 
						make -C Benito $@
 | 
				
			||||||
	make -C Magstripe $@
 | 
						make -C Magstripe $@
 | 
				
			||||||
	make -C MissileLauncher $@
 | 
						make -C MissileLauncher $@
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user