diff --git a/Makefile b/Makefile index 9369b51..baaedbb 100644 --- a/Makefile +++ b/Makefile @@ -12,3 +12,6 @@ run: ${OUT} test: run + +clean: + rm ${OUT}