diff --git a/Makefile b/Makefile
index a05cc55cf49be46de68d660bf7f08b7148703737..8c974538345874d41131c95ccd281f81518700bc 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,6 @@ all:
 clean:
 	rm -f *.c
 	rm -f *.h
-	rmdir struct
+	rm -r dll
 
 rebuild: clean all
\ No newline at end of file