mirror of
https://github.com/brain-hackers/lab
synced 2024-12-22 04:00:04 +09:00
Update clean target
This commit is contained in:
parent
c86acaa09c
commit
cf1e7cbbd7
@ -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) $<
|
||||
|
Loading…
Reference in New Issue
Block a user