From 7b648553d89379f963cfb2937ad35dbb2d45cd05 Mon Sep 17 00:00:00 2001 From: Conor Patrick Date: Mon, 3 Sep 2018 00:47:38 -0400 Subject: [PATCH] remove obj files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e63f0ec..c9c3459 100644 --- a/Makefile +++ b/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/ 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)