#!/bin/env bash

echo "Cleaning up..."
rm -rf \
  src/datastructures.so \
  src/*.o \
  src/*.a
