mirror of
				https://github.com/brain-hackers/lab
				synced 2025-11-04 06:28:36 +09:00 
			
		
		
		
	Update clean target
This commit is contained in:
		@@ -1,13 +1,14 @@
 | 
			
		||||
CROSS_COMPILE:=arm-linux-gnueabihf-
 | 
			
		||||
AS:=$(CROSS_COMPILE)as
 | 
			
		||||
CC:=$(CROSS_COMPILE)gcc
 | 
			
		||||
STRIP:=$(CROSS_COMPILE)strip
 | 
			
		||||
 | 
			
		||||
.PHONY:
 | 
			
		||||
all: return.bin mrc.bin c/main.bin
 | 
			
		||||
 | 
			
		||||
.PHONY:
 | 
			
		||||
clean:
 | 
			
		||||
	@rm -f *.bin spray/*.bin c/*.bin injector/*.bin injector/*.elf
 | 
			
		||||
	@rm -f *.bin spray/*.bin c/*.bin c/*.elf injector/*.bin injector/*.elf
 | 
			
		||||
 | 
			
		||||
%.bin: %.S
 | 
			
		||||
	@$(AS) $<
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user