aboutsummaryrefslogtreecommitdiffstats
path: root/P1/clean.sh
diff options
context:
space:
mode:
Diffstat (limited to 'P1/clean.sh')
-rwxr-xr-xP1/clean.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/P1/clean.sh b/P1/clean.sh
new file mode 100755
index 0000000..9261690
--- /dev/null
+++ b/P1/clean.sh
@@ -0,0 +1,2 @@
+#!/bin/bash
+cd solutionexe/ && make clean && cd .. && make clean