small fixes

This commit is contained in:
Conor Patrick
2019-11-20 11:14:41 -05:00
parent d80369f19e
commit a70e5cb112
3 changed files with 4 additions and 7 deletions

View File

@@ -40,5 +40,5 @@ libsolo.a: $(OBJ)
$(CC) $^ $(INT_CFLAGS) $(ECC_CFLAGS) -c -o $@
clean:
rm $(OBJ) libsolo.a
rm -f $(OBJ) libsolo.a