remove obj files

This commit is contained in:
Conor Patrick 2018-09-03 00:47:38 -04:00
parent b2635c8d64
commit 7b648553d8

View File

@ -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)