diff --git a/Makefile b/Makefile
index 596b237b129623e6f5ca8ded417c3fec917c1d3e..bb7dba7d454a0492fa219a4dfba0000f7df7deca 100755
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 CC            := clang
 CCFLAGS       := -Wall -Wextra -Werror -pedantic -std=c17
-ASSIGNMENT    := ass2
+ASSIGNMENT    := a2
 .DEFAULT_GOAL := help
 
 .PHONY: clean bin run test help