diff --git a/du8/Makefile b/du8/Makefile index ee95243..63cb8cc 100644 --- a/du8/Makefile +++ b/du8/Makefile @@ -10,4 +10,4 @@ $(EXEC): $(OBJ) $(CC) $(OBJ) -o $(EXEC) $(LDFLAGS) clean: - rm -f $(OBJ) $(EXEC) + rm -f $(OBJ) $(EXEC) \ No newline at end of file