mirror of
https://github.com/kmackay/micro-ecc.git
synced 2026-07-27 22:07:45 +00:00
Fixed Makefile to not give an error when cleaning if files were missing.
This commit is contained in:
+1
-1
@@ -11,6 +11,6 @@ makekeys: ecc.o makekeys.o
|
||||
gcc -o makekeys makekeys.o ecc.o
|
||||
|
||||
clean:
|
||||
rm ecc.o makekeys.o makekeys
|
||||
rm -f ecc.o makekeys.o makekeys
|
||||
|
||||
.PHONY: default all clean
|
||||
|
||||
Reference in New Issue
Block a user