#!/bin/bash

cd basic
rm -f *.s *.o a.out Q QQ

cd ../exprs
rm -f *.s *.o a.out Q QQ

cd ../stmts
rm -f *.s *.o a.out Q QQ

cd ../exprs2
rm -f *.s *.o a.out Q QQ

