remove obj files
This commit is contained in:
parent
b2635c8d64
commit
7b648553d8
2
Makefile
2
Makefile
@ -63,4 +63,4 @@ uECC.o: ./crypto/micro-ecc/uECC.c
|
|||||||
$(CC) -c -o $@ $^ -O2 -fdata-sections -ffunction-sections -DuECC_PLATFORM=$(platform) -I./crypto/micro-ecc/
|
$(CC) -c -o $@ $^ -O2 -fdata-sections -ffunction-sections -DuECC_PLATFORM=$(platform) -I./crypto/micro-ecc/
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.o main.exe main crypto/tiny-AES-c/*.o crypto/*.o crypto/micro-ecc/*.o
|
rm -f *.o main.exe main $(obj)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user